diff --git a/.bazelrc b/.bazelrc index f0e43482501..df975d145ae 100644 --- a/.bazelrc +++ b/.bazelrc @@ -22,6 +22,7 @@ build --action_env=PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/ # Give me dem stack traces build --verbose_failures +build --experimental_platform_in_output_dir build --experimental_remote_cache_compression build --legacy_important_outputs build --remote_build_event_upload=minimal diff --git a/.vscode/settings.json b/.vscode/settings.json index b31f96de355..8c4b881a2e1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -62,5 +62,8 @@ }, "[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer" + }, + "[starlark]": { + "editor.defaultFormatter": "BazelBuild.vscode-bazel" } } diff --git a/packages/babel-plugin-formatjs/CHANGELOG.md b/packages/babel-plugin-formatjs/CHANGELOG.md index d36f2266499..1ff0538837e 100644 --- a/packages/babel-plugin-formatjs/CHANGELOG.md +++ b/packages/babel-plugin-formatjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.5.24](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.23...babel-plugin-formatjs@10.5.24) (2024-11-04) + +**Note:** Version bump only for package babel-plugin-formatjs + ## [10.5.23](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.22...babel-plugin-formatjs@10.5.23) (2024-11-02) **Note:** Version bump only for package babel-plugin-formatjs diff --git a/packages/babel-plugin-formatjs/package.json b/packages/babel-plugin-formatjs/package.json index 7a5f096e112..28fe06b21a5 100644 --- a/packages/babel-plugin-formatjs/package.json +++ b/packages/babel-plugin-formatjs/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-formatjs", - "version": "10.5.23", + "version": "10.5.24", "description": "Extracts string messages for translation from modules that use formatjs.", "repository": { "type": "git", diff --git a/packages/cli-lib/CHANGELOG.md b/packages/cli-lib/CHANGELOG.md index 741636fad1a..2f63b68a9a5 100644 --- a/packages/cli-lib/CHANGELOG.md +++ b/packages/cli-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.6.3](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.6.2...@formatjs/cli-lib@6.6.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/cli-lib + ## [6.6.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.6.1...@formatjs/cli-lib@6.6.2) (2024-11-02) ### Bug Fixes diff --git a/packages/cli-lib/package.json b/packages/cli-lib/package.json index db886f6b1c6..2f13616cde5 100644 --- a/packages/cli-lib/package.json +++ b/packages/cli-lib/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/cli-lib", - "version": "6.6.2", + "version": "6.6.3", "description": "Lib for CLI for formatjs.", "keywords": [ "intl", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 029e10ae23f..eebe63fa9d9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.3.7](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.3.6...@formatjs/cli@6.3.7) (2024-11-04) + +**Note:** Version bump only for package @formatjs/cli + ## [6.3.6](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.3.5...@formatjs/cli@6.3.6) (2024-11-02) **Note:** Version bump only for package @formatjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 02c3b4a13ae..83f510a714d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/cli", - "version": "6.3.6", + "version": "6.3.7", "description": "A CLI for formatjs.", "keywords": [ "intl", diff --git a/packages/ecma402-abstract/CHANGELOG.md b/packages/ecma402-abstract/CHANGELOG.md index 58af7408302..bc1435089fc 100644 --- a/packages/ecma402-abstract/CHANGELOG.md +++ b/packages/ecma402-abstract/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@2.2.2...@formatjs/ecma402-abstract@2.2.3) (2024-11-04) + +### Bug Fixes + +* **@formatjs/intl-numberformat:** implement CollapseNumberRange using LDML, fix [#4521](https://github.com/formatjs/formatjs/issues/4521) ([fbe4128](https://github.com/formatjs/formatjs/commit/fbe41286cf7a128098657c1c8d313915332319b5)) - by @longlho + ## [2.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@2.2.1...@formatjs/ecma402-abstract@2.2.2) (2024-11-02) **Note:** Version bump only for package @formatjs/ecma402-abstract diff --git a/packages/ecma402-abstract/NumberFormat/CollapseNumberRange.ts b/packages/ecma402-abstract/NumberFormat/CollapseNumberRange.ts index 579939e723b..82284e7b090 100644 --- a/packages/ecma402-abstract/NumberFormat/CollapseNumberRange.ts +++ b/packages/ecma402-abstract/NumberFormat/CollapseNumberRange.ts @@ -1,6 +1,74 @@ +import { + NumberFormatInternal, + NumberFormatPart, + NumberFormatPartTypes, +} from '../types/number' + +const PART_TYPES_TO_COLLAPSE = new Set([ + 'unit', + 'exponentMinusSign', + 'minusSign', + 'plusSign', + 'percentSign', + 'exponentSeparator', + 'percent', + 'percentSign', + 'currency', + 'literal', +] as const) + /** * https://tc39.es/ecma402/#sec-collapsenumberrange + * LDML: https://unicode-org.github.io/cldr/ldml/tr35-numbers.html#collapsing-number-ranges */ -export function CollapseNumberRange(result: T) { +export function CollapseNumberRange( + numberFormat: Intl.NumberFormat, + result: NumberFormatPart[], + { + getInternalSlots, + }: { + getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal + } +): NumberFormatPart[] { + const internalSlots = getInternalSlots(numberFormat) + const symbols = + internalSlots.dataLocaleData.numbers.symbols[internalSlots.numberingSystem] + const rangeSignRegex = new RegExp(`\s?[${symbols.rangeSign}]\s?`) + const rangeSignIndex = result.findIndex( + r => r.type === 'literal' && rangeSignRegex.test(r.value) + ) + + let prefixSignParts = [] + for (let i = rangeSignIndex - 1; i >= 0; i--) { + if (!PART_TYPES_TO_COLLAPSE.has(result[i].type)) { + break + } + prefixSignParts.unshift(result[i]) + } + + // Don't collapse if it's a single code point + if (Array.from(prefixSignParts.map(p => p.value).join('')).length > 1) { + const newResult = Array.from(result) + newResult.splice( + rangeSignIndex - prefixSignParts.length, + prefixSignParts.length + ) + return newResult + } + + let suffixSignParts = [] + for (let i = rangeSignIndex + 1; i < result.length; i++) { + if (!PART_TYPES_TO_COLLAPSE.has(result[i].type)) { + break + } + suffixSignParts.push(result[i]) + } + + // Don't collapse if it's a single code point + if (Array.from(suffixSignParts.map(p => p.value).join('')).length > 1) { + const newResult = Array.from(result) + newResult.splice(rangeSignIndex + 1, suffixSignParts.length) + return newResult + } return result } diff --git a/packages/ecma402-abstract/NumberFormat/PartitionNumberRangePattern.ts b/packages/ecma402-abstract/NumberFormat/PartitionNumberRangePattern.ts index 4f3c56e15a4..17a6094f8ed 100644 --- a/packages/ecma402-abstract/NumberFormat/PartitionNumberRangePattern.ts +++ b/packages/ecma402-abstract/NumberFormat/PartitionNumberRangePattern.ts @@ -1,7 +1,7 @@ import {NumberFormatInternal, NumberFormatPart} from '../types/number' -import {PartitionNumberPattern} from './PartitionNumberPattern' import {CollapseNumberRange} from './CollapseNumberRange' import {FormatApproximately} from './FormatApproximately' +import {PartitionNumberPattern} from './PartitionNumberPattern' /** * https://tc39.es/ecma402/#sec-partitionnumberrangepattern @@ -46,5 +46,6 @@ export function PartitionNumberRangePattern( result = result.concat(yResult) - return CollapseNumberRange(result) + return CollapseNumberRange(numberFormat, result, {getInternalSlots}) + // TODO: Needs to implement Range Pattern Processing https://unicode-org.github.io/cldr/ldml/tr35-numbers.html#range-pattern-processing } diff --git a/packages/ecma402-abstract/package.json b/packages/ecma402-abstract/package.json index 360a438139f..7d89c667e34 100644 --- a/packages/ecma402-abstract/package.json +++ b/packages/ecma402-abstract/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/ecma402-abstract", - "version": "2.2.2", + "version": "2.2.3", "description": "A collection of implementation for ECMAScript abstract operations", "keywords": [ "intl", diff --git a/packages/ecma402-abstract/tests/CollapseNumberRange.test.ts b/packages/ecma402-abstract/tests/CollapseNumberRange.test.ts index 32797c3f68a..08c8a226ac8 100644 --- a/packages/ecma402-abstract/tests/CollapseNumberRange.test.ts +++ b/packages/ecma402-abstract/tests/CollapseNumberRange.test.ts @@ -1,7 +1,172 @@ import {CollapseNumberRange} from '../NumberFormat/CollapseNumberRange' +import {getInternalSlots} from './utils' +const numberFormat: Intl.NumberFormat = new Intl.NumberFormat('it') describe('CollapseNumberRange', () => { test('returns the same result', () => { - expect(CollapseNumberRange(1)).toBe(1) + expect( + CollapseNumberRange( + numberFormat, + [ + { + type: 'minusSign', + value: '-', + source: 'shared', + }, + { + type: 'integer', + value: '1', + source: 'startRange', + }, + { + type: 'group', + value: '.', + source: 'startRange', + }, + { + type: 'integer', + value: '000', + source: 'startRange', + }, + { + type: 'group', + value: '.', + source: 'startRange', + }, + { + type: 'integer', + value: '000', + source: 'startRange', + }, + { + type: 'decimal', + value: ',', + source: 'startRange', + }, + { + type: 'fraction', + value: '00', + source: 'startRange', + }, + { + type: 'literal', + value: ' ', + source: 'shared', + }, + { + type: 'currency', + value: '€', + source: 'shared', + }, + { + type: 'literal', + value: '-', + source: 'shared', + }, + { + type: 'minusSign', + value: '-', + source: 'shared', + }, + { + type: 'integer', + value: '2', + source: 'endRange', + }, + { + type: 'group', + value: '.', + source: 'endRange', + }, + { + type: 'integer', + value: '000', + source: 'endRange', + }, + { + type: 'group', + value: '.', + source: 'endRange', + }, + { + type: 'integer', + value: '000', + source: 'endRange', + }, + { + type: 'decimal', + value: ',', + source: 'endRange', + }, + { + type: 'fraction', + value: '00', + source: 'endRange', + }, + { + type: 'literal', + value: ' ', + source: 'shared', + }, + { + type: 'currency', + value: '€', + source: 'shared', + }, + ], + { + getInternalSlots, + } + ) + .map(p => p.value) + .join('') + ).toBe('-1.000.000,00--2.000.000,00 €') + expect( + CollapseNumberRange( + numberFormat, + [ + { + type: 'integer', + value: '10', + source: 'startRange', + }, + { + type: 'literal', + value: ' ', + source: 'shared', + }, + { + type: 'currency', + value: '€', + source: 'shared', + }, + { + type: 'literal', + value: '-', + source: 'shared', + }, + { + type: 'integer', + value: '100', + source: 'endRange', + }, + { + type: 'literal', + value: ' ', + source: 'shared', + }, + { + type: 'currency', + value: '€', + source: 'shared', + }, + ], + { + getInternalSlots, + } + ) + .map(p => p.value) + .join('') + ).toBe('10-100 €') }) }) diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 6061ad0cedc..caebbcbb40f 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.57](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.56...@formatjs/editor@2.0.57) (2024-11-04) + +**Note:** Version bump only for package @formatjs/editor + ## [2.0.56](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.55...@formatjs/editor@2.0.56) (2024-11-02) **Note:** Version bump only for package @formatjs/editor diff --git a/packages/editor/package.json b/packages/editor/package.json index c05fd1de742..16bb466a827 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/editor", - "version": "2.0.56", + "version": "2.0.57", "description": "A ICU MessageFormat Editor UI", "keywords": [ "intl", diff --git a/packages/eslint-plugin-formatjs/CHANGELOG.md b/packages/eslint-plugin-formatjs/CHANGELOG.md index 74e05e08f88..a3249e28ff0 100644 --- a/packages/eslint-plugin-formatjs/CHANGELOG.md +++ b/packages/eslint-plugin-formatjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@5.2.0...eslint-plugin-formatjs@5.2.1) (2024-11-04) + +**Note:** Version bump only for package eslint-plugin-formatjs + # [5.2.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@5.1.5...eslint-plugin-formatjs@5.2.0) (2024-11-02) ### Features diff --git a/packages/eslint-plugin-formatjs/package.json b/packages/eslint-plugin-formatjs/package.json index accf537d8b1..242b7106d2d 100644 --- a/packages/eslint-plugin-formatjs/package.json +++ b/packages/eslint-plugin-formatjs/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-formatjs", - "version": "5.2.0", + "version": "5.2.1", "description": "ESLint plugin for formatjs", "main": "index.js", "repository": { diff --git a/packages/icu-messageformat-parser/CHANGELOG.md b/packages/icu-messageformat-parser/CHANGELOG.md index d2f49fa5d23..8a69c4f21af 100644 --- a/packages/icu-messageformat-parser/CHANGELOG.md +++ b/packages/icu-messageformat-parser/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.3](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.9.2...@formatjs/icu-messageformat-parser@2.9.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/icu-messageformat-parser + ## [2.9.2](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.9.1...@formatjs/icu-messageformat-parser@2.9.2) (2024-11-02) **Note:** Version bump only for package @formatjs/icu-messageformat-parser diff --git a/packages/icu-messageformat-parser/package.json b/packages/icu-messageformat-parser/package.json index b9a0b37f2cd..960c11a8893 100644 --- a/packages/icu-messageformat-parser/package.json +++ b/packages/icu-messageformat-parser/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/icu-messageformat-parser", - "version": "2.9.2", + "version": "2.9.3", "main": "index.js", "module": "lib/index.js", "types": "index.d.ts", diff --git a/packages/icu-skeleton-parser/CHANGELOG.md b/packages/icu-skeleton-parser/CHANGELOG.md index 9d5404f9153..589da03c69c 100644 --- a/packages/icu-skeleton-parser/CHANGELOG.md +++ b/packages/icu-skeleton-parser/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.7](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.8.6...@formatjs/icu-skeleton-parser@1.8.7) (2024-11-04) + +**Note:** Version bump only for package @formatjs/icu-skeleton-parser + ## [1.8.6](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.8.5...@formatjs/icu-skeleton-parser@1.8.6) (2024-11-02) **Note:** Version bump only for package @formatjs/icu-skeleton-parser diff --git a/packages/icu-skeleton-parser/package.json b/packages/icu-skeleton-parser/package.json index 927a37520ae..1cd555abd4a 100644 --- a/packages/icu-skeleton-parser/package.json +++ b/packages/icu-skeleton-parser/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/icu-skeleton-parser", - "version": "1.8.6", + "version": "1.8.7", "main": "index.js", "module": "lib/index.js", "types": "index.d.ts", diff --git a/packages/intl-datetimeformat/CHANGELOG.md b/packages/intl-datetimeformat/CHANGELOG.md index f055ba39b35..96b770b8fa7 100644 --- a/packages/intl-datetimeformat/CHANGELOG.md +++ b/packages/intl-datetimeformat/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.16.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.16.2...@formatjs/intl-datetimeformat@6.16.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-datetimeformat + ## [6.16.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.16.1...@formatjs/intl-datetimeformat@6.16.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-datetimeformat diff --git a/packages/intl-datetimeformat/package.json b/packages/intl-datetimeformat/package.json index f839082be37..b663147e509 100644 --- a/packages/intl-datetimeformat/package.json +++ b/packages/intl-datetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-datetimeformat", - "version": "6.16.2", + "version": "6.16.3", "description": "Intl.DateTimeFormat polyfill", "main": "index.js", "types": "index.d.ts", diff --git a/packages/intl-displaynames/CHANGELOG.md b/packages/intl-displaynames/CHANGELOG.md index 041b79d86d4..dc52a38d0f6 100644 --- a/packages/intl-displaynames/CHANGELOG.md +++ b/packages/intl-displaynames/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.8.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.8.2...@formatjs/intl-displaynames@6.8.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-displaynames + ## [6.8.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.8.1...@formatjs/intl-displaynames@6.8.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-displaynames diff --git a/packages/intl-displaynames/package.json b/packages/intl-displaynames/package.json index a94ddfc718e..4cc2356b225 100644 --- a/packages/intl-displaynames/package.json +++ b/packages/intl-displaynames/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-displaynames", - "version": "6.8.2", + "version": "6.8.3", "description": "Polyfill for: https://tc39.es/proposal-intl-displaynames", "keywords": [ "i18n", diff --git a/packages/intl-durationformat/CHANGELOG.md b/packages/intl-durationformat/CHANGELOG.md index 3faf0570c29..fd2e7e44b90 100644 --- a/packages/intl-durationformat/CHANGELOG.md +++ b/packages/intl-durationformat/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-durationformat@0.6.2...@formatjs/intl-durationformat@0.6.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-durationformat + ## [0.6.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-durationformat@0.6.1...@formatjs/intl-durationformat@0.6.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-durationformat diff --git a/packages/intl-durationformat/package.json b/packages/intl-durationformat/package.json index 8b2efb6d6f6..36413b8430b 100644 --- a/packages/intl-durationformat/package.json +++ b/packages/intl-durationformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-durationformat", - "version": "0.6.2", + "version": "0.6.3", "description": "Intl.DurationFormat polyfill", "keywords": [ "intl", diff --git a/packages/intl-enumerator/CHANGELOG.md b/packages/intl-enumerator/CHANGELOG.md index 1743c43f396..cbbf4beb41a 100644 --- a/packages/intl-enumerator/CHANGELOG.md +++ b/packages/intl-enumerator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.8.2...@formatjs/intl-enumerator@1.8.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-enumerator + ## [1.8.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.8.1...@formatjs/intl-enumerator@1.8.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-enumerator diff --git a/packages/intl-enumerator/package.json b/packages/intl-enumerator/package.json index 2b1e5ec9add..321dfc54916 100644 --- a/packages/intl-enumerator/package.json +++ b/packages/intl-enumerator/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-enumerator", - "version": "1.8.2", + "version": "1.8.3", "description": "Intl.Enumerator polyfill", "keywords": [ "intl", diff --git a/packages/intl-listformat/CHANGELOG.md b/packages/intl-listformat/CHANGELOG.md index 432f9927c38..2c35597a366 100644 --- a/packages/intl-listformat/CHANGELOG.md +++ b/packages/intl-listformat/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.7.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.7.2...@formatjs/intl-listformat@7.7.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-listformat + ## [7.7.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.7.1...@formatjs/intl-listformat@7.7.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-listformat diff --git a/packages/intl-listformat/package.json b/packages/intl-listformat/package.json index c9fa9145ca5..c4e173a20c8 100644 --- a/packages/intl-listformat/package.json +++ b/packages/intl-listformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-listformat", - "version": "7.7.2", + "version": "7.7.3", "description": "Formats JS list in a i18n-safe way", "keywords": [ "intl", diff --git a/packages/intl-locale/CHANGELOG.md b/packages/intl-locale/CHANGELOG.md index 2065e9f5f4d..45035996758 100644 --- a/packages/intl-locale/CHANGELOG.md +++ b/packages/intl-locale/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@4.2.2...@formatjs/intl-locale@4.2.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-locale + ## [4.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@4.2.1...@formatjs/intl-locale@4.2.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-locale diff --git a/packages/intl-locale/package.json b/packages/intl-locale/package.json index 67ab400570d..d7f00404767 100644 --- a/packages/intl-locale/package.json +++ b/packages/intl-locale/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-locale", - "version": "4.2.2", + "version": "4.2.3", "description": "Intl.Locale polyfill", "keywords": [ "intl", diff --git a/packages/intl-messageformat/CHANGELOG.md b/packages/intl-messageformat/CHANGELOG.md index 1eace6894e8..12c33ed53ab 100644 --- a/packages/intl-messageformat/CHANGELOG.md +++ b/packages/intl-messageformat/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.7.5](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.7.4...intl-messageformat@10.7.5) (2024-11-04) + +**Note:** Version bump only for package intl-messageformat + ## [10.7.4](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.7.3...intl-messageformat@10.7.4) (2024-11-02) **Note:** Version bump only for package intl-messageformat diff --git a/packages/intl-messageformat/package.json b/packages/intl-messageformat/package.json index c0994bfdea3..a7c41ed3365 100644 --- a/packages/intl-messageformat/package.json +++ b/packages/intl-messageformat/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "10.7.4", + "version": "10.7.5", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n", diff --git a/packages/intl-numberformat/BUILD b/packages/intl-numberformat/BUILD index bd6c5510870..cc8831ae2c6 100644 --- a/packages/intl-numberformat/BUILD +++ b/packages/intl-numberformat/BUILD @@ -103,11 +103,84 @@ ts_compile( deps = SRC_DEPS, ) +UNIT_TEST_LOCALES = [ + "en", + "en-GB", + "da", + "de", + "es", + "fr", + "id", + "it", + "ja", + "ko", + "ms", + "nb", + "nl", + "pl", + "pt", + "ru", + "sv", + "th", + "tr", + "uk", + "zh", + "en-BS", +] + +LOCALE_TEST_TYPES = [ + "currency", + "decimal", + "unit", + "percent", +] + +[genrule( + name = "%s_test_update_snapshots_gen" % type, + srcs = ["scripts/update_snapshots.sh"], + outs = ["%s_test_update_snapshots.sh" % type], + cmd = """ + cat $< > $@\n + """ + "\n".join(["echo 'bazel run //%s:%s_%s_test_update_snapshots' >> $@ " % ( + package_name(), + type, + locale, + ) for locale in UNIT_TEST_LOCALES]), +) for type in LOCALE_TEST_TYPES] + +[sh_binary( + name = "%s_test_update_snapshots" % type, + srcs = ["%s_test_update_snapshots.sh" % type], + data = ["scripts/update_snapshots.sh"], + deps = ["@bazel_tools//tools/bash/runfiles"], +) for type in LOCALE_TEST_TYPES] + +[ + [genrule( + name = "%s_%s_test_gen" % (type, locale), + srcs = [], + outs = ["tests/%s_%s.test.ts" % (type, locale)], + cmd = "echo 'import { test } from \"./%sTest\"; test(\"%s\");' > $@" % (type, locale), + ) for locale in UNIT_TEST_LOCALES] + for type in LOCALE_TEST_TYPES +] + +[ + [jest_test( + name = "%s_%s_test" % (type, locale), + data = [":srcs"] + TEST_DEPS + [ + "tests/%sTest.ts" % type, + ":%s_%s_test_gen" % (type, locale), + "tests/locale-data/%s.json" % locale, + ], + snapshots = ["tests/__snapshots__/%s_%s.test.ts.snap" % (type, locale)], + ) for locale in UNIT_TEST_LOCALES] + for type in LOCALE_TEST_TYPES +] + [jest_test( name = "%s_test" % t.split("/")[-1].removesuffix(".test.ts"), - size = "large", data = [":srcs"] + TEST_DEPS + [t] + TEST_LOCALE_DATA, - snapshots = glob(["tests/__snapshots__/%s.*" % t.split("/")[-1]]), ) for t in TESTS] # CLDR diff --git a/packages/intl-numberformat/CHANGELOG.md b/packages/intl-numberformat/CHANGELOG.md index 098b2b083ef..ea9b403dc21 100644 --- a/packages/intl-numberformat/CHANGELOG.md +++ b/packages/intl-numberformat/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.14.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.14.2...@formatjs/intl-numberformat@8.14.3) (2024-11-04) + +### Bug Fixes + +* **@formatjs/intl-numberformat:** implement CollapseNumberRange using LDML, fix [#4521](https://github.com/formatjs/formatjs/issues/4521) ([fbe4128](https://github.com/formatjs/formatjs/commit/fbe41286cf7a128098657c1c8d313915332319b5)) - by @longlho + ## [8.14.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.14.1...@formatjs/intl-numberformat@8.14.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-numberformat diff --git a/packages/intl-numberformat/package.json b/packages/intl-numberformat/package.json index c9070017fa6..4b262ae59e9 100644 --- a/packages/intl-numberformat/package.json +++ b/packages/intl-numberformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-numberformat", - "version": "8.14.2", + "version": "8.14.3", "description": "Ponyfill for ES2020 Intl.NumberFormat", "keywords": [ "polyfill", diff --git a/packages/intl-numberformat/scripts/update_snapshots.sh b/packages/intl-numberformat/scripts/update_snapshots.sh new file mode 100644 index 00000000000..8deaba452e8 --- /dev/null +++ b/packages/intl-numberformat/scripts/update_snapshots.sh @@ -0,0 +1,26 @@ +#!/usr/bin/env bash +# This script is used to prepare the monorepo for a build. +set -ex + +# --- begin runfiles.bash initialization v3 --- +# Copy-pasted from the Bazel Bash runfiles library v3. +set -uo pipefail +set +e +f=bazel_tools/tools/bash/runfiles/runfiles.bash +# shellcheck disable=SC1090 +source "${RUNFILES_DIR:-/dev/null}/$f" 2>/dev/null || + source "$(grep -sm1 "^$f " "${RUNFILES_MANIFEST_FILE:-/dev/null}" | cut -f2- -d' ')" 2>/dev/null || + source "$0.runfiles/$f" 2>/dev/null || + source "$(grep -sm1 "^$f " "$0.runfiles_manifest" | cut -f2- -d' ')" 2>/dev/null || + source "$(grep -sm1 "^$f " "$0.exe.runfiles_manifest" | cut -f2- -d' ')" 2>/dev/null || + { + echo >&2 "ERROR: cannot find $f" + exit 1 + } +f= +set -e +# --- end runfiles.bash initialization v3 --- + +monorepo_root="$(rlocation _main/packages/intl-numberformat/scripts/update_snapshots.sh | sed 's/\/packages\/intl-numberformat\/scripts\/update_snapshots.sh//')" + +cd "$monorepo_root" diff --git a/packages/intl-numberformat/tests/__snapshots__/currency-compact.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency-compact.test.ts.snap deleted file mode 100644 index 1cf60d86e64..00000000000 --- a/packages/intl-numberformat/tests/__snapshots__/currency-compact.test.ts.snap +++ /dev/null @@ -1,8449 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusind britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusind amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusind Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 t £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 t US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 t ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 Tausend Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 Tausend US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 Tausend Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 thousand British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 thousand US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 thousand Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mille livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mille dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mille dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 k £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 k $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 k ZWD"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 rb Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 rb Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 rb Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10 rb"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 rb"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mila sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mila dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mila dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1만 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1만 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1만 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1만"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1만"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 ribu Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 ribu Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 ribu Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10k britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10k amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10k zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10k"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10k"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 duizend Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 duizend Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 duizend Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10K"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tysięcy funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tysięcy dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tysięcy dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. funtów szterlingów"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. dolarów amerykańskich"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tys. GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tys. USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tys. ZWD"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 mil Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 mil Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 mil Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10 mil"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 mil"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тысяч британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тысяч долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тысяч Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. британских фунтов стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. долларов США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тыс. £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тыс. $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тыс. ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tusen brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tusen amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tusen Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 tn GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 tn US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 tn ZWD"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1 หมื่น ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1 หมื่น ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1 หมื่น ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10K ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10K ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10K ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10K"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10K"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B GBP"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B USD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 bin İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 bin ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 bin Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 B £"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 B $"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 B ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тисяч англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тисяч доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тисяч зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. англійських фунтів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. доларів США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 тис. GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"10 тис. USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 тис. ZWD"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"1万英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"1万美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1万津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1万"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'compact', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1万"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency.test.ts.snap deleted file mode 100644 index b6212b4f78c..00000000000 --- a/packages/intl-numberformat/tests/__snapshots__/currency.test.ts.snap +++ /dev/null @@ -1,25345 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'da', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britische Pfund"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US-Dollar"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'de', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-BS', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 British pounds"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 US dollars"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'en-GB', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 libras esterlinas"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dólares estadounidenses"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dólar de Zimbabue"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 US$"`; - -exports[`Intl.NumberFormat 'es', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 livres sterling"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dollars des États-Unis"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dollars zimbabwéens"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £GB"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $US"`; - -exports[`Intl.NumberFormat 'fr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Pound Inggris"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dolar Amerika Serikat"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,00E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1,00E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.000,00"`; - -exports[`Intl.NumberFormat 'id', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 GBP"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 sterline britanniche"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 dollari statunitensi"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 dollaro dello Zimbabwe"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 $"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 £"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 USD"`; - -exports[`Intl.NumberFormat 'it', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 ZWD"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英国ポンド"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00米ドル"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ja', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 영국 파운드"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 미국 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 짐바브웨 달러"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'ko', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 Paun British"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 Dolar AS"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'ms', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 britiske pund"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanske dollar"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10 000,00"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10 000"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'nb', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Britse pond"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Amerikaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabwaanse dollar"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ +10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ +1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ +10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD +10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'nl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 funta szterlinga"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 dolara amerykańskiego"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'pl', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 Libras esterlinas"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 Dólares americanos"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Dólares do Zimbábue"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10,00E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 1,00E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$ 10.000,00"`; - -exports[`Intl.NumberFormat 'pt', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 британского фунта стерлингов"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 доллара США"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Доллар Зимбабве"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'ru', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 brittiska pund"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 amerikanska dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 Zimbabwe-dollar"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00×10^3 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00×10^3 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10×10^3 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00×10^4 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00×10^4 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1×10^4 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 US$"`; - -exports[`Intl.NumberFormat 'sv', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'th', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00E3 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00E3 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00E4 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00E4 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.000,00 İngiliz sterlini"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10.000,00 ABD doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10.000 Zimbabve Doları"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,00E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1,00E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.000,00"`; - -exports[`Intl.NumberFormat 'tr', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10.000"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 англійського фунта"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 долара США"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 зімбабвійських доларів"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 £"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 $"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,00Е3 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10,00Е3 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10Е3 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1,00Е4 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1,00Е4 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1Е4 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10 000,00 GBP"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10 000,00 USD"`; - -exports[`Intl.NumberFormat 'uk', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10 000 ZWD"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"GBP 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"USD 10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'code', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"10.00E3英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"10.00E3美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10E3津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"1.00E4英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"1.00E4美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"1E4津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"10,000.00英镑"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"10,000.00美元"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'name', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"10,000津巴布韦元 (1980–2008)"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'narrowSymbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'accounting', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'always', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'auto', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"+£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"+US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'exceptZero', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"+ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10.00E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'engineering', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10E3"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'GBP', 1`] = `"£1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'USD', 1`] = `"US$1.00E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'scientific', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 1E4"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'long', currency: 'ZWD', 1`] = `"ZWD 10,000"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'GBP', 1`] = `"£10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'USD', 1`] = `"US$10,000.00"`; - -exports[`Intl.NumberFormat 'zh', style: 'currency', currencyDisplay: 'symbol', currencySign: 'standard', signDisplay: 'never', notation: 'standard', compactDisplay: 'short', currency: 'ZWD', 1`] = `"ZWD 10,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_da.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_da.test.ts.snap new file mode 100644 index 00000000000..a2256f0b07b --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_da.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'da', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_de.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_de.test.ts.snap new file mode 100644 index 00000000000..eca4c1ea587 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_de.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Britische Pfund"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 £"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 USD"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 US-Dollar"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 $"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Simbabwe-Dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'de', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_en-BS.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_en-BS.test.ts.snap new file mode 100644 index 00000000000..77935ed4a23 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_en-BS.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-BS', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_en-GB.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_en-GB.test.ts.snap new file mode 100644 index 00000000000..43f675192e4 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_en-GB.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en-GB', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_en.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_en.test.ts.snap new file mode 100644 index 00000000000..e6bcf262449 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_en.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 British pounds"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 US dollars"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Zimbabwean dollars (1980–2008)"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'en', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_es.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_es.test.ts.snap new file mode 100644 index 00000000000..9098751a408 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_es.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 libras esterlinas"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 dólares estadounidenses"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 US$"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 dólar de Zimbabue"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'es', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_fr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_fr.test.ts.snap new file mode 100644 index 00000000000..16122e6c994 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_fr.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 livres sterling"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £GB"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 dollars des États-Unis"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $US"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 dollars zimbabwéens"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'fr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_id.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_id.test.ts.snap new file mode 100644 index 00000000000..02dbd297b30 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_id.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Pound Inggris"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dolar Amerika Serikat"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1,00E4"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'id', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_it.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_it.test.ts.snap new file mode 100644 index 00000000000..f2e5c6fff31 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_it.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 GBP"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 sterline britanniche"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 £"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 dollari statunitensi"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 $"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 USD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 dollaro dello Zimbabwe"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 ZWD"`; + +exports[`Intl.NumberFormat 'it', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_ja.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_ja.test.ts.snap new file mode 100644 index 00000000000..fdb56703295 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_ja.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00英国ポンド"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00米ドル"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3~+100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3~100E3ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4~+1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4~1E5ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000~+100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000~100,000ジンバブエ ドル (1980–2008)"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ja', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_ko.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_ko.test.ts.snap new file mode 100644 index 00000000000..5e41f31f857 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_ko.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00 영국 파운드"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3~£100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4~£1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00~£100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3~+100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3~100.00E3 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4~+1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4~1.00E5 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00~+100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00~100,000.00 미국 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3~$100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4~$1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00~$100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3~100.00E3"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4~1.00E5"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00~100,000.00"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3~+100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3~100E3 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4~+1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4~1E5 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000~+100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000~100,000 짐바브웨 달러"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3~100E3"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4~1E5"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000~100,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ko', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000~100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_ms.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_ms.test.ts.snap new file mode 100644 index 00000000000..ed344edaecb --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_ms.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 Paun British"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3–£100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4–£1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00–£100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3–+100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3–100.00E3 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4–+1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4–1.00E5 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00–+100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00–100,000.00 Dolar AS"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3–$100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4–$1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00–$100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3–100.00E3"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4–1.00E5"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00–100,000.00"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000–+100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000–100,000 Dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000–100,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'ms', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000–100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_nb.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_nb.test.ts.snap new file mode 100644 index 00000000000..2d0ed8c9a6f --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_nb.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 britiske pund"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 amerikanske dollar"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$ 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$ 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10 000,00–100 000,00"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 zimbabwiske dollar (1980–2008)"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10 000–100 000"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'nb', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_nl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_nl.test.ts.snap new file mode 100644 index 00000000000..9190e5839b2 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_nl.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"GBP +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"GBP +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"GBP +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"GBP +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"GBP +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"GBP +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"GBP +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"GBP +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"GBP +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"GBP +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"GBP +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"GBP +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"GBP +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"GBP +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"GBP +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"GBP +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"GBP +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"GBP +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"GBP +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"GBP +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"GBP +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"GBP +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"GBP +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"GBP +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 Britse pond"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"£ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"£ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"£ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"£ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"£ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"£ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"USD +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"USD +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"USD +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"USD +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"USD +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"USD +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"USD +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"USD +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"USD +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"USD +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"USD +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"USD +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"USD +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"USD +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"USD +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"USD +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"USD +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"USD +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"USD +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"USD +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"USD +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"USD +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"USD +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"USD +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3-+100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3-100,00E3 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4-+1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4-1,00E5 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00-+100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00-100.000,00 Amerikaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"US$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"US$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"US$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"US$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"US$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"US$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"US$ +10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"US$ +10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$ 10,00E3-100,00E3"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"US$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"US$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"US$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"US$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"US$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"US$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"US$ +1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"US$ +1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$ 1,00E4-1,00E5"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"US$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"US$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"US$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"US$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"US$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"US$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"US$ +10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"US$ +10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$ 10.000,00-100.000,00"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000-+100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000-100.000 Zimbabwaanse dollar"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"ZWD +10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"ZWD +10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000-100.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'nl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000-100.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_pl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_pl.test.ts.snap new file mode 100644 index 00000000000..907ae54d0f4 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_pl.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 funta szterlinga"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 dolara amerykańskiego"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 dolar Zimbabwe (1980–2008)"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'pl', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_pt.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_pt.test.ts.snap new file mode 100644 index 00000000000..a5b54dd413e --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_pt.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Libras esterlinas"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 Dólares americanos"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$ 10,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$ 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$ 1,00E4"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$ 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$ 10.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$ 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Dólares do Zimbábue"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'pt', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_ru.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_ru.test.ts.snap new file mode 100644 index 00000000000..7ef770ba872 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_ru.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 британского фунта стерлингов"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 доллара США"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 Доллар Зимбабве"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'ru', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_sv.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_sv.test.ts.snap new file mode 100644 index 00000000000..8eb87351388 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_sv.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 brittiska pund"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 £"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 USD"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 amerikanska dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 $"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00×10^3‒+100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00×10^3‒100,00×10^3 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00×10^4‒+1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00×10^4 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00×10^4‒1,00×10^5 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00‒+100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00‒100 000,00 US$"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 Zimbabwe-dollar"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10×10^3‒100×10^3 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1×10^4 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1×10^4‒1×10^5 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000‒+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000‒100 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'sv', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000‒100 000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_th.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_th.test.ts.snap new file mode 100644 index 00000000000..57bf5129e76 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_th.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00 ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00 ดอลลาร์สหรัฐ"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000-+100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000-100,000 ดอลลาร์ซิมบับเว"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'th', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_tr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_tr.test.ts.snap new file mode 100644 index 00000000000..6e31e48fc0c --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_tr.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 İngiliz sterlini"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10,00E3–£100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1,00E4–£1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10.000,00–£100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00E3–+100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00E3–100,00E3 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00E4–+1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00E4 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00E4–1,00E5 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000,00–+100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000,00–100.000,00 ABD doları"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10,00E3–100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10,00E3–$100,00E3"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1,00E4–1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1,00E4"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1,00E4–$1,00E5"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10.000,00–100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10.000,00–$100.000,00"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3–+100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3–100E3 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4–+1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4–1E5 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10.000–+100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10.000–100.000 Zimbabve Doları"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3–100E3"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4–1E5"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10.000–100.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10.000"`; + +exports[`Intl.NumberFormat 'tr', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10.000–100.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_uk.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_uk.test.ts.snap new file mode 100644 index 00000000000..e41fa3e8b6e --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_uk.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 англійського фунта"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 £"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 GBP"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 долара США"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 $"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10,00Е3–+100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10,00Е3–100,00Е3 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1,00Е4–+1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1,00Е4 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1,00Е4–1,00Е5 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000,00–+100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000,00–100 000,00 USD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 зімбабвійських доларів"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10Е3–+100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10Е3–100Е3 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1Е4–+1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1Е4 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1Е4–1Е5 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10 000–+100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10 000–100 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10 000 ZWD"`; + +exports[`Intl.NumberFormat 'uk', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10 000–100 000 ZWD"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/currency_zh.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/currency_zh.test.ts.snap new file mode 100644 index 00000000000..dd18921bf6d --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/currency_zh.test.ts.snap @@ -0,0 +1,2305 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"GBP 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"GBP 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"GBP 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"GBP 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"GBP 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"GBP 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00英镑"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+£10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"£10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"£10.00E3-£100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+£1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"£1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"£1.00E4-£1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+£10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"£10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=GBP, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"£10,000.00-£100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"USD 10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"USD 10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"USD 1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"USD 1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"USD 10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"USD 10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10.00E3-+100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10.00E3-100.00E3美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1.00E4-+1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1.00E4美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1.00E4-1.00E5美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000.00-+100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000.00-100,000.00美元"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"$10.00E3-$100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"$1.00E4-$1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"$10,000.00-$100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"US$10.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"US$10.00E3-100.00E3"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"US$1.00E4"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"US$1.00E4-1.00E5"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"US$10,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=USD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"US$10,000.00-100,000.00"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=code, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+10E3-+100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"10E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"10E3-100E3津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+1E4-+1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"1E4津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"1E4-1E5津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+10,000-+100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"10,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=name, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"10,000-100,000津巴布韦元 (1980–2008)"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=narrowSymbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=accounting, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=always, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=auto, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=long 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 1`] = `"ZWD 10E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=engineering, notation=never, compactDisplay=short 2`] = `"ZWD 10E3-100E3"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=always, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=auto, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=long 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 1`] = `"ZWD 1E4"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=scientific, notation=never, compactDisplay=short 2`] = `"ZWD 1E4-1E5"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=always, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=auto, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=long 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 1`] = `"+ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=exceptZero, compactDisplay=short 2`] = `"+ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=long 2`] = `"ZWD 10,000-100,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 1`] = `"ZWD 10,000"`; + +exports[`Intl.NumberFormat 'zh', currency=ZWD, currencyDisplay=symbol, currencySign=standard, signDisplay=standard, notation=never, compactDisplay=short 2`] = `"ZWD 10,000-100,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal.test.ts.snap deleted file mode 100644 index 5fab41263e8..00000000000 --- a/packages/intl-numberformat/tests/__snapshots__/decimal.test.ts.snap +++ /dev/null @@ -1,15985 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`NumberFormat da decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 tusind-+20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 tusind-+20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 t-+20 t"`; - -exports[`NumberFormat da decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 t-+20 t"`; - -exports[`NumberFormat da decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "t", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 tusind-20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 tusind-20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 t-20 t"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 t-20 t"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "t", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 tusind-+20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 tusind-+20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 t-+20 t"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 t-+20 t"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "t", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat da decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 tusind-20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 tusind-20 tusind"`; - -exports[`NumberFormat da decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 t-20 t"`; - -exports[`NumberFormat da decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 t-20 t"`; - -exports[`NumberFormat da decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "t", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat da decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat da decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat da decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat da decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 Tausend–+20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 Tausend–+20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 Tausend–20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 Tausend–20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 Tausend–+20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 Tausend–+20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat de decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 Tausend–20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 Tausend–20 Tausend"`; - -exports[`NumberFormat de decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat de decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat de decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat de decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat de decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat en decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat en decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat en decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat en decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-BS decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 thousand–+20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 thousand–20 thousand"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat en-GB decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 mil-+20 mil"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat es decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 mil-20 mil"`; - -exports[`NumberFormat es decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat es decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat es decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat es decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat es decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 mille–+20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 mille–+20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 k–+20 k"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 k–+20 k"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 mille–20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 mille–20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 k–20 k"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 k–20 k"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 mille–+20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 mille–+20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 k–+20 k"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 k–+20 k"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat fr decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 mille–20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 mille–20 mille"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 k–20 k"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 k–20 k"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat fr decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat fr decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 rb–+20 rb"`; - -exports[`NumberFormat id decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 rb–+20 rb"`; - -exports[`NumberFormat id decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "rb", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 rb–20 rb"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 rb–20 rb"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "rb", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 rb–+20 rb"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 rb–+20 rb"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "rb", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat id decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat id decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 rb–20 rb"`; - -exports[`NumberFormat id decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 rb–20 rb"`; - -exports[`NumberFormat id decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "rb", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat id decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat id decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat id decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat id decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 mila-+20 mila"`; - -exports[`NumberFormat it decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 mila-+20 mila"`; - -exports[`NumberFormat it decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 mila-20 mila"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 mila-20 mila"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 mila-+20 mila"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 mila-+20 mila"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat it decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 mila-20 mila"`; - -exports[`NumberFormat it decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 mila-20 mila"`; - -exports[`NumberFormat it decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat it decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat it decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat it decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat it decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+1万~+2万"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ja decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"1万~2万"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ja decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ja decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+1만~+2만"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3~+20E3"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4~+2E4"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000~+20,000"`; - -exports[`NumberFormat ko decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"1만~2만"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3~20E3"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4~2E4"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ko decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000~20,000"`; - -exports[`NumberFormat ko decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 ribu–+20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10K–+20K"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10K–+20K"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000–+20,000"`; - -exports[`NumberFormat ms decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 ribu–20 ribu"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10K–20K"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10K–20K"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ms decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000–20,000"`; - -exports[`NumberFormat ms decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 tusen–+20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 tusen–+20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10k–+20k"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10k–+20k"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 tusen–20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 tusen–20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10k–20k"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10k–20k"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 tusen–+20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 tusen–+20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10k–+20k"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10k–+20k"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat nb decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 tusen–20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 tusen–20 tusen"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10k–20k"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10k–20k"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "k", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nb decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat nb decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 duizend-+20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 duizend-+20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10K-+20K"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10K-+20K"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 duizend-20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 duizend-20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10K-20K"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10K-20K"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 duizend-+20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 duizend-+20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10K-+20K"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10K-+20K"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000-+20.000"`; - -exports[`NumberFormat nl decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 duizend-20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 duizend-20 duizend"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10K-20K"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10K-20K"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat nl decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000-20.000"`; - -exports[`NumberFormat nl decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 tysięcy–+20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 tysięcy–+20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 tys.–+20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 tys.–+20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tys.", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 tysięcy–20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 tysięcy–20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 tys.–20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 tys.–20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tys.", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 tysięcy–+20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 tysięcy–+20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 tys.–+20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 tys.–+20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tys.", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat pl decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 tysięcy–20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 tysięcy–20 tysięcy"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 tys.–20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 tys.–20 tys."`; - -exports[`NumberFormat pl decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tys.", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pl decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat pl decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 mil–+20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat pt decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 mil–20 mil"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat pt decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat pt decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 тысяч–+20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 тысяч–+20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 тыс.–+20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 тыс.–+20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тыс.", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 тысяч–20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 тысяч–20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 тыс.–20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 тыс.–20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тыс.", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 тысяч–+20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 тысяч–+20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 тыс.–+20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 тыс.–+20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тыс.", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat ru decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 тысяч–20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 тысяч–20 тысяч"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 тыс.–20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 тыс.–20 тыс."`; - -exports[`NumberFormat ru decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тыс.", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat ru decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat ru decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 tusen‒+20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 tusen‒+20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 tn‒+20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 tn‒+20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tn", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 tusen‒20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 tusen‒20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 tn‒20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 tn‒20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tn", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 tusen‒+20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 tusen‒+20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 tn‒+20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 tn‒+20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tn", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10×10^3‒+20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1×10^4‒+2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10 000‒+20 000"`; - -exports[`NumberFormat sv decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 tusen‒20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 tusen‒20 tusen"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 tn‒20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 tn‒20 tn"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tn", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10×10^3‒20×10^3"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1×10^4‒2×10^4"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat sv decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10 000‒20 000"`; - -exports[`NumberFormat sv decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 หมื่น-+2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+1 หมื่น-+2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10K-+20K"`; - -exports[`NumberFormat th decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10K-+20K"`; - -exports[`NumberFormat th decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 หมื่น-2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"1 หมื่น-2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10K-20K"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10K-20K"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 หมื่น-+2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+1 หมื่น-+2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10K-+20K"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10K-+20K"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat th decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 หมื่น-2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"1 หมื่น-2 หมื่น"`; - -exports[`NumberFormat th decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10K-20K"`; - -exports[`NumberFormat th decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10K-20K"`; - -exports[`NumberFormat th decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "compact", - "value": "K", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat th decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat th decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat th decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat th decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 bin–+20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 bin–+20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 B–+20 B"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 B–+20 B"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "B", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 bin–20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 bin–20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 B–20 B"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 B–20 B"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "B", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 bin–+20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 bin–+20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 B–+20 B"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 B–+20 B"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "B", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3–+20E3"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4–+2E4"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10.000–+20.000"`; - -exports[`NumberFormat tr decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 bin–20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 bin–20 bin"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 B–20 B"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 B–20 B"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "B", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3–20E3"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4–2E4"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10.000–20.000"`; - -exports[`NumberFormat tr decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+10 тисяч–+20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+10 тисяч–+20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+10 тис.–+20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+10 тис.–+20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тис.", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"10 тисяч–20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"10 тисяч–20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"10 тис.–20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"10 тис.–20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тис.", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+10 тисяч–+20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+10 тисяч–+20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+10 тис.–+20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+10 тис.–+20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тис.", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10Е3–+20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1Е4–+2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10 000–+20 000"`; - -exports[`NumberFormat uk decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"10 тисяч–20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"10 тисяч–20 тисяч"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"10 тис.–20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"10 тис.–20 тис."`; - -exports[`NumberFormat uk decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тис.", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10Е3–20Е3"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1Е4–2Е4"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10 000–20 000"`; - -exports[`NumberFormat uk decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/compact compactDisplay/long formatRange 2`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/compact compactDisplay/short formatRange 2`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/standard compactDisplay/long formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/standard compactDisplay/short formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/always notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/compact compactDisplay/long formatRange 2`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/compact compactDisplay/short formatRange 2`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/standard compactDisplay/long formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/standard compactDisplay/short formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/auto notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/compact compactDisplay/long formatRange 2`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/compact compactDisplay/short formatRange 2`] = `"+1万-+2万"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 2`] = `"+10E3-+20E3"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 2`] = `"+1E4-+2E4"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/standard compactDisplay/long formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/standard compactDisplay/short formatRange 2`] = `"+10,000-+20,000"`; - -exports[`NumberFormat zh decimal signDisplay/exceptZero notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/compact compactDisplay/long formatRange 2`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/compact compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/compact compactDisplay/short formatRange 2`] = `"1万-2万"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/compact compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/engineering compactDisplay/long formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/engineering compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/engineering compactDisplay/short formatRange 2`] = `"10E3-20E3"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/engineering compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/scientific compactDisplay/long formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/scientific compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/scientific compactDisplay/short formatRange 2`] = `"1E4-2E4"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/scientific compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/standard compactDisplay/long formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/standard compactDisplay/long formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat zh decimal signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/standard compactDisplay/short formatRange 2`] = `"10,000-20,000"`; - -exports[`NumberFormat zh decimal signDisplay/never notation/standard compactDisplay/short formatToPars 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, -] -`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_da.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_da.test.ts.snap new file mode 100644 index 00000000000..4d60c789b8b --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_da.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 tusind-+20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 tusind-+20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "t", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 t-+20 t"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 t-+20 t"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 tusind-20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 tusind-20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "t", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 t-20 t"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 t-20 t"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 tusind-+20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 tusind-+20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "t", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 t-+20 t"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 t-+20 t"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 tusind-20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 tusind-20 tusind"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "t", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 t-20 t"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 t-20 t"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000-20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_de.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_de.test.ts.snap new file mode 100644 index 00000000000..6bf96f817fb --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_de.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 Tausend–+20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 Tausend–+20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 Tausend–20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 Tausend–20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 Tausend–+20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 Tausend–+20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 Tausend–20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 Tausend–20 Tausend"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000–20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_en-BS.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_en-BS.test.ts.snap new file mode 100644 index 00000000000..16e1ccc8f77 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_en-BS.test.ts.snap @@ -0,0 +1,721 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000–20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_en-GB.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_en-GB.test.ts.snap new file mode 100644 index 00000000000..6421d50fe31 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_en-GB.test.ts.snap @@ -0,0 +1,721 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000–20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_en.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_en.test.ts.snap new file mode 100644 index 00000000000..1d25f1336ab --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_en.test.ts.snap @@ -0,0 +1,721 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 thousand–+20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 thousand–20 thousand"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000–20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_es.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_es.test.ts.snap new file mode 100644 index 00000000000..e6e8f10918a --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_es.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 mil-+20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 mil-20 mil"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000-20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_fr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_fr.test.ts.snap new file mode 100644 index 00000000000..eebfa583af8 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_fr.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 mille–+20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 mille–+20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 k–+20 k"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 k–+20 k"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 mille–20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 mille–20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 k–20 k"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 k–20 k"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 mille–+20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 mille–+20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 k–+20 k"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 k–+20 k"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 mille–20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 mille–20 mille"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 k–20 k"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 k–20 k"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10 000–20 000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_id.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_id.test.ts.snap new file mode 100644 index 00000000000..60eefce6db7 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_id.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "rb", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 rb–+20 rb"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 rb–+20 rb"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "rb", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 rb–20 rb"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 rb–20 rb"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "rb", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 rb–+20 rb"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 rb–+20 rb"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "rb", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 rb–20 rb"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 rb–20 rb"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000–20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_it.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_it.test.ts.snap new file mode 100644 index 00000000000..a4db584547f --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_it.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 mila-+20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 mila-+20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 mila-20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 mila-20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 mila-+20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 mila-+20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 mila-20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 mila-20 mila"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000-20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_ja.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_ja.test.ts.snap new file mode 100644 index 00000000000..e61ed72fa6d --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_ja.test.ts.snap @@ -0,0 +1,705 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1万~+2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=long 3`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=short 3`] = `"1万~2万"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000~20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_ko.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_ko.test.ts.snap new file mode 100644 index 00000000000..0024358eb33 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_ko.test.ts.snap @@ -0,0 +1,705 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1만~+2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=long 3`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=short 3`] = `"1만~2만"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3~+20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3~20E3"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4~+2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4~2E4"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000~+20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000~20,000"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000~20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_ms.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_ms.test.ts.snap new file mode 100644 index 00000000000..6a4748053fe --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_ms.test.ts.snap @@ -0,0 +1,721 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 ribu–+20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10K–+20K"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 ribu–20 ribu"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10K–20K"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10K–20K"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000–+20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000–20,000"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000–20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_nb.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_nb.test.ts.snap new file mode 100644 index 00000000000..582bee6b743 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_nb.test.ts.snap @@ -0,0 +1,721 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 tusen–+20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 tusen–+20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10k–+20k"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10k–+20k"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 tusen–20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 tusen–20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10k–20k"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10k–20k"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 tusen–+20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 tusen–+20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10k–+20k"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10k–+20k"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 tusen–20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 tusen–20 tusen"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "k", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10k–20k"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10k–20k"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10 000–20 000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_nl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_nl.test.ts.snap new file mode 100644 index 00000000000..8eed2b3b318 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_nl.test.ts.snap @@ -0,0 +1,721 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 duizend-+20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 duizend-+20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 duizend-20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 duizend-20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10K-20K"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10K-20K"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 duizend-+20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 duizend-+20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 duizend-20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 duizend-20 duizend"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10K-20K"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10K-20K"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000-+20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000-20.000"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000-20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_pl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_pl.test.ts.snap new file mode 100644 index 00000000000..ca7dfbfdc36 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_pl.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 tysięcy–+20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 tysięcy–+20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tys.", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 tys.–+20 tys."`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 tys.–+20 tys."`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 tysięcy–20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 tysięcy–20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tys.", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 tys.–20 tys."`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 tys.–20 tys."`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 tysięcy–+20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 tysięcy–+20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tys.", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 tys.–+20 tys."`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 tys.–+20 tys."`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 tysięcy–20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 tysięcy–20 tysięcy"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tys.", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 tys.–20 tys."`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 tys.–20 tys."`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10 000–20 000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_pt.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_pt.test.ts.snap new file mode 100644 index 00000000000..a00c93e3c41 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_pt.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 mil–+20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 mil–20 mil"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000–20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_ru.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_ru.test.ts.snap new file mode 100644 index 00000000000..1c69dfe7af7 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_ru.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 тысяч–+20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 тысяч–+20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тыс.", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 тыс.–+20 тыс."`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 тыс.–+20 тыс."`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 тысяч–20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 тысяч–20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тыс.", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 тыс.–20 тыс."`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 тыс.–20 тыс."`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 тысяч–+20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 тысяч–+20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тыс.", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 тыс.–+20 тыс."`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 тыс.–+20 тыс."`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 тысяч–20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 тысяч–20 тысяч"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тыс.", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 тыс.–20 тыс."`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 тыс.–20 тыс."`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10 000–20 000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_sv.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_sv.test.ts.snap new file mode 100644 index 00000000000..0d19f3f4ba5 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_sv.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 tusen‒+20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 tusen‒+20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 tn‒+20 tn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 tn‒+20 tn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 tusen‒20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 tusen‒20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 tn‒20 tn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 tn‒20 tn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 tusen‒+20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 tusen‒+20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 tn‒+20 tn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 tn‒+20 tn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 tusen‒20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 tusen‒20 tusen"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 tn‒20 tn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 tn‒20 tn"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10×10^3‒+20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10×10^3‒20×10^3"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1×10^4‒+2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1×10^4‒2×10^4"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10 000‒20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10 000‒20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10 000‒20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10 000‒20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 000‒+20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10 000‒20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10 000‒20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10 000‒20 000"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10 000‒20 000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_th.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_th.test.ts.snap new file mode 100644 index 00000000000..571ac70596a --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_th.test.ts.snap @@ -0,0 +1,721 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 หมื่น-+2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+1 หมื่น-+2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 หมื่น-2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"1 หมื่น-2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10K-20K"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10K-20K"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 หมื่น-+2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1 หมื่น-+2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10K-+20K"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 หมื่น-2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=long 3`] = `"1 หมื่น-2 หมื่น"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "compact", + "value": "K", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10K-20K"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10K-20K"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000-20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_tr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_tr.test.ts.snap new file mode 100644 index 00000000000..b2700ddfb4d --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_tr.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 bin–+20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 bin–+20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "B", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 B–+20 B"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 B–+20 B"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 bin–20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 bin–20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "B", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 B–20 B"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 B–20 B"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 bin–+20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 bin–+20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "B", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 B–+20 B"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 B–+20 B"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 bin–20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 bin–20 bin"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "B", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 B–20 B"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 B–20 B"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3–+20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3–20E3"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4–+2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4–2E4"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10.000–+20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10.000–20.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10.000–20.000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_uk.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_uk.test.ts.snap new file mode 100644 index 00000000000..b4cbb293ca0 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_uk.test.ts.snap @@ -0,0 +1,737 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+10 тисяч–+20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+10 тисяч–+20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тис.", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+10 тис.–+20 тис."`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+10 тис.–+20 тис."`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"10 тисяч–20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"10 тисяч–20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тис.", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"10 тис.–20 тис."`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"10 тис.–20 тис."`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 тисяч–+20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 тисяч–+20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тис.", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 тис.–+20 тис."`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 тис.–+20 тис."`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=long 2`] = `"10 тисяч–20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=long 3`] = `"10 тисяч–20 тисяч"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тис.", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=short 2`] = `"10 тис.–20 тис."`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=short 3`] = `"10 тис.–20 тис."`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10Е3–+20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10Е3–20Е3"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1Е4–+2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1Е4–2Е4"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10 000–+20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10 000–20 000"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10 000–20 000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/decimal_zh.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/decimal_zh.test.ts.snap new file mode 100644 index 00000000000..496d6dc1a7c --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/decimal_zh.test.ts.snap @@ -0,0 +1,705 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=long 3`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=short 3`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=long 3`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=short 3`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1万-+2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=long 3`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=short 3`] = `"1万-2万"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10E3-+20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=long 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=short 3`] = `"10E3-20E3"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = `"+1E4-+2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=long 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=short 3`] = `"1E4-2E4"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=long 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=short 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=long 3`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=short 3`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = `"+10,000-+20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=long 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=long 3`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=short 2`] = `"10,000-20,000"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=short 3`] = `"10,000-20,000"`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent.test.ts.snap deleted file mode 100644 index f96124a85a6..00000000000 --- a/packages/intl-numberformat/tests/__snapshots__/percent.test.ts.snap +++ /dev/null @@ -1,68161 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`NumberFormat da percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 million-+2 millioner"`; - -exports[`NumberFormat da percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 mio.-+2 mio."`; - -exports[`NumberFormat da percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mio.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 million-2 millioner"`; - -exports[`NumberFormat da percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 mio.-2 mio."`; - -exports[`NumberFormat da percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mio.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 million-+2 millioner"`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 mio.-+2 mio."`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mio.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 million-2 millioner"`; - -exports[`NumberFormat da percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 mio.-2 mio."`; - -exports[`NumberFormat da percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mio.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mio.", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat da percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat da percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat da percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 Million–+2 Millionen"`; - -exports[`NumberFormat de percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Millionen", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Million", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 Mio.–+2 Mio."`; - -exports[`NumberFormat de percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Mio.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000 %–+2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000 %–+2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 Million–2 Millionen"`; - -exports[`NumberFormat de percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Millionen", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Million", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 Mio.–2 Mio."`; - -exports[`NumberFormat de percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Mio.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1.000.000 %–2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1.000.000 %–2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 Million–+2 Millionen"`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Millionen", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Million", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 Mio.–+2 Mio."`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Mio.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000 %–+2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000 %–+2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 Million–2 Millionen"`; - -exports[`NumberFormat de percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Millionen", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Million", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 Mio.–2 Mio."`; - -exports[`NumberFormat de percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Mio.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mio.", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat de percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1.000.000 %–2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1.000.000 %–2.000.000 %"`; - -exports[`NumberFormat de percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat de percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 million"`; - -exports[`NumberFormat en percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1M–+2M"`; - -exports[`NumberFormat en percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 million"`; - -exports[`NumberFormat en percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1M–2M"`; - -exports[`NumberFormat en percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 million"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1M–+2M"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 million"`; - -exports[`NumberFormat en percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1M–2M"`; - -exports[`NumberFormat en percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 million"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1M–+2M"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 million"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1M–2M"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 million"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1M–+2M"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 million"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1M–2M"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-BS percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 million"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1M–+2M"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 million"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1M–2M"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 million"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1M–+2M"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 million"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1M–2M"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat en-GB percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 millón-+2 millones"`; - -exports[`NumberFormat es percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "millón", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millones", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "millón", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 M-+2 M"`; - -exports[`NumberFormat es percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 millón-2 millones"`; - -exports[`NumberFormat es percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "millón", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millones", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "millón", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 M-2 M"`; - -exports[`NumberFormat es percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 millón-+2 millones"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "millón", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millones", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "millón", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 M-+2 M"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %-+2E6 %"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000 %-+2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 millón-2 millones"`; - -exports[`NumberFormat es percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "millón", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millones", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "millón", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 M-2 M"`; - -exports[`NumberFormat es percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %-2E6 %"`; - -exports[`NumberFormat es percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1.000.000 %-2.000.000 %"`; - -exports[`NumberFormat es percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat es percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 millions"`; - -exports[`NumberFormat fr percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millions", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 M–+2 M"`; - -exports[`NumberFormat fr percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 millions"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millions", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 M–2 M"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 millions"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millions", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 M–+2 M"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 millions"`; - -exports[`NumberFormat fr percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millions", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 M–2 M"`; - -exports[`NumberFormat fr percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat fr percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat fr percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat fr percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 juta–+2 juta"`; - -exports[`NumberFormat id percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 jt–+2 jt"`; - -exports[`NumberFormat id percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "jt", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 juta–2 juta"`; - -exports[`NumberFormat id percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 jt–2 jt"`; - -exports[`NumberFormat id percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "jt", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 juta–+2 juta"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 jt–+2 jt"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "jt", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 juta–2 juta"`; - -exports[`NumberFormat id percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 jt–2 jt"`; - -exports[`NumberFormat id percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "jt", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "jt", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat id percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat id percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat id percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 milione-+2 milioni"`; - -exports[`NumberFormat it percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milione", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "milioni", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milione", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 Mln-+2 Mln"`; - -exports[`NumberFormat it percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Mln", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 milione-2 milioni"`; - -exports[`NumberFormat it percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milione", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "milioni", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milione", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 Mln-2 Mln"`; - -exports[`NumberFormat it percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Mln", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 milione-+2 milioni"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milione", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "milioni", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milione", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 Mln-+2 Mln"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Mln", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 milione-2 milioni"`; - -exports[`NumberFormat it percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milione", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "milioni", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milione", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 Mln-2 Mln"`; - -exports[`NumberFormat it percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Mln", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mln", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat it percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat it percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat it percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+100万~+200万"`; - -exports[`NumberFormat ja percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+100万~+200万"`; - -exports[`NumberFormat ja percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"100万~200万"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"100万~200万"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+100万~+200万"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+100万~+200万"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"100万~200万"`; - -exports[`NumberFormat ja percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"100万~200万"`; - -exports[`NumberFormat ja percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ja percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ja percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ja percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+100만~+200만"`; - -exports[`NumberFormat ko percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+100만~+200만"`; - -exports[`NumberFormat ko percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"100만~200만"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"100만~200만"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+100만~+200만"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+100만~+200만"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%~+2E6%"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%~+2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"100만~200만"`; - -exports[`NumberFormat ko percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"100만~200만"`; - -exports[`NumberFormat ko percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "만", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%~2E6%"`; - -exports[`NumberFormat ko percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%~2,000,000%"`; - -exports[`NumberFormat ko percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ko percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 juta–+2 juta"`; - -exports[`NumberFormat ms percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1J–+2J"`; - -exports[`NumberFormat ms percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "J", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 juta–2 juta"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1J–2J"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "J", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 juta–+2 juta"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1J–+2J"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "J", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%–+2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 juta–2 juta"`; - -exports[`NumberFormat ms percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "juta", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "juta", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1J–2J"`; - -exports[`NumberFormat ms percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "J", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "J", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat ms percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%–2,000,000%"`; - -exports[`NumberFormat ms percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ms percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 millioner"`; - -exports[`NumberFormat nb percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 mill.–+2 mill."`; - -exports[`NumberFormat nb percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mill.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 millioner"`; - -exports[`NumberFormat nb percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 mill.–2 mill."`; - -exports[`NumberFormat nb percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mill.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 million–+2 millioner"`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 mill.–+2 mill."`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mill.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 million–2 millioner"`; - -exports[`NumberFormat nb percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "million", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "millioner", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "million", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 mill.–2 mill."`; - -exports[`NumberFormat nb percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mill.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mill.", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat nb percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat nb percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nb percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 miljoen-+2 miljoen"`; - -exports[`NumberFormat nl percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "miljoen", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 mln.-+2 mln."`; - -exports[`NumberFormat nl percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mln.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 miljoen-2 miljoen"`; - -exports[`NumberFormat nl percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "miljoen", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 mln.-2 mln."`; - -exports[`NumberFormat nl percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mln.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 miljoen-+2 miljoen"`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "miljoen", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 mln.-+2 mln."`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mln.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%-+2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 miljoen-2 miljoen"`; - -exports[`NumberFormat nl percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "miljoen", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljoen", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 mln.-2 mln."`; - -exports[`NumberFormat nl percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mln.", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln.", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat nl percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%-2.000.000%"`; - -exports[`NumberFormat nl percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat nl percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 milion–+2 miliony"`; - -exports[`NumberFormat pl percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milion", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "miliony", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milion", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 mln–+2 mln"`; - -exports[`NumberFormat pl percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mln", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 milion–2 miliony"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milion", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "miliony", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milion", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 mln–2 mln"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mln", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 milion–+2 miliony"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milion", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "miliony", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milion", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 mln–+2 mln"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mln", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 milion–2 miliony"`; - -exports[`NumberFormat pl percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milion", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "miliony", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milion", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 mln–2 mln"`; - -exports[`NumberFormat pl percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mln", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mln", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pl percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat pl percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pl percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 milhão–+2 milhões"`; - -exports[`NumberFormat pt percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milhão", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "milhões", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milhão", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 mi–+2 mi"`; - -exports[`NumberFormat pt percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mi", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 milhão–2 milhões"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milhão", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "milhões", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milhão", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 mi–2 mi"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mi", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 milhão–+2 milhões"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milhão", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "milhões", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milhão", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 mi–+2 mi"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mi", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%–+2E6%"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1.000.000%–+2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 milhão–2 milhões"`; - -exports[`NumberFormat pt percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milhão", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "milhões", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milhão", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 mi–2 mi"`; - -exports[`NumberFormat pt percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mi", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mi", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%–2E6%"`; - -exports[`NumberFormat pt percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1.000.000%–2.000.000%"`; - -exports[`NumberFormat pt percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat pt percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 миллион–+2 миллиона"`; - -exports[`NumberFormat ru percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "миллион", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "миллиона", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "миллион", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 млн–+2 млн"`; - -exports[`NumberFormat ru percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 миллион–2 миллиона"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "миллион", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "миллиона", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "миллион", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 млн–2 млн"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 миллион–+2 миллиона"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "миллион", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "миллиона", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "миллион", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 млн–+2 млн"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6 %–+2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %–+2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 миллион–2 миллиона"`; - -exports[`NumberFormat ru percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "миллион", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "миллиона", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "миллион", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 млн–2 млн"`; - -exports[`NumberFormat ru percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6 %–2E6 %"`; - -exports[`NumberFormat ru percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %–2 000 000 %"`; - -exports[`NumberFormat ru percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat ru percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 miljon‒+2 miljoner"`; - -exports[`NumberFormat sv percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "miljon", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "miljoner", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljon", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 mn‒+2 mn"`; - -exports[`NumberFormat sv percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mn", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %‒+2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %‒+2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 miljon‒2 miljoner"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "miljon", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "miljoner", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljon", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 mn‒2 mn"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mn", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %‒2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %‒2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 miljon‒+2 miljoner"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "miljon", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "miljoner", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljon", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 mn‒+2 mn"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mn", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1×10^6 %‒+2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000 %‒+2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000 %‒+2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 miljon‒2 miljoner"`; - -exports[`NumberFormat sv percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "miljon", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "miljoner", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "miljon", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 mn‒2 mn"`; - -exports[`NumberFormat sv percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mn", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mn", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1×10^6 %‒2×10^6 %"`; - -exports[`NumberFormat sv percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1 000 000 %‒2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1 000 000 %‒2 000 000 %"`; - -exports[`NumberFormat sv percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat sv percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 ล้าน-+2 ล้าน"`; - -exports[`NumberFormat th percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ล้าน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1M-+2M"`; - -exports[`NumberFormat th percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 ล้าน-2 ล้าน"`; - -exports[`NumberFormat th percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ล้าน", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1M-2M"`; - -exports[`NumberFormat th percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 ล้าน-+2 ล้าน"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ล้าน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1M-+2M"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 ล้าน-2 ล้าน"`; - -exports[`NumberFormat th percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ล้าน", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ล้าน", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1M-2M"`; - -exports[`NumberFormat th percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "M", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "M", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat th percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat th percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat th percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 milyon–+2 milyon"`; - -exports[`NumberFormat tr percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milyon", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 Mn–+2 Mn"`; - -exports[`NumberFormat tr percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Mn", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+%1.000.000–+%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "6", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+%1.000.000–+%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "6", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 milyon–2 milyon"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milyon", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 Mn–2 Mn"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Mn", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"%1.000.000–%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"%1.000.000–%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 milyon–+2 milyon"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "milyon", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 Mn–+2 Mn"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Mn", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+%1E6–+%2E6"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+%1.000.000–+%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "6", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+%1.000.000–+%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "6", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 milyon–2 milyon"`; - -exports[`NumberFormat tr percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "milyon", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "milyon", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 Mn–2 Mn"`; - -exports[`NumberFormat tr percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Mn", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Mn", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"%1E6–%2E6"`; - -exports[`NumberFormat tr percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"%1.000.000–%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"%1.000.000–%2.000.000"`; - -exports[`NumberFormat tr percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat tr percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "percentSign", - "value": "%", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+1 мільйон–+2 мільйони"`; - -exports[`NumberFormat uk percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "мільйон", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "мільйони", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "мільйон", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+1 млн–+2 млн"`; - -exports[`NumberFormat uk percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"1 мільйон–2 мільйони"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "мільйон", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "мільйони", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "мільйон", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"1 млн–2 млн"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+1 мільйон–+2 мільйони"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "мільйон", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "мільйони", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "мільйон", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+1 млн–+2 млн"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1Е6%–+2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1 000 000%–+2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"1 мільйон–2 мільйони"`; - -exports[`NumberFormat uk percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "мільйон", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "мільйони", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "мільйон", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"1 млн–2 млн"`; - -exports[`NumberFormat uk percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "млн", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "млн", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1Е6%–2Е6%"`; - -exports[`NumberFormat uk percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1 000 000%–2 000 000%"`; - -exports[`NumberFormat uk percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat uk percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/compact compactDisplay/long formatRange 1`] = `"+100万-+200万"`; - -exports[`NumberFormat zh percent signDisplay/always notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/compact compactDisplay/short formatRange 1`] = `"+100万-+200万"`; - -exports[`NumberFormat zh percent signDisplay/always notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/always notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/always notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/always notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/always notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/always notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/always notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/always notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/compact compactDisplay/long formatRange 1`] = `"100万-200万"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/compact compactDisplay/short formatRange 1`] = `"100万-200万"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/auto notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/auto notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/compact compactDisplay/long formatRange 1`] = `"+100万-+200万"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/compact compactDisplay/short formatRange 1`] = `"+100万-+200万"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRange 1`] = `"+1E6%-+2E6%"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "4", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "10", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/standard compactDisplay/long formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/standard compactDisplay/short formatRange 1`] = `"+1,000,000%-+2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "8", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/exceptZero notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/compact compactDisplay/long formatRange 1`] = `"100万-200万"`; - -exports[`NumberFormat zh percent signDisplay/never notation/compact compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/compact compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/compact compactDisplay/short formatRange 1`] = `"100万-200万"`; - -exports[`NumberFormat zh percent signDisplay/never notation/compact compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "100", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "3", - "source": "endRange", - "type": "integer", - "value": "200", - }, - { - "result": "4", - "source": "endRange", - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/compact compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "100", - }, - { - "type": "compact", - "value": "万", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/engineering compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/never notation/engineering compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/engineering compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/engineering compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/never notation/engineering compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/engineering compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/scientific compactDisplay/long formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/never notation/scientific compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/scientific compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/scientific compactDisplay/short formatRange 1`] = `"1E6%-2E6%"`; - -exports[`NumberFormat zh percent signDisplay/never notation/scientific compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "3", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "6", - }, - { - "result": "8", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/scientific compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "6", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/standard compactDisplay/long formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/never notation/standard compactDisplay/long formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/standard compactDisplay/long formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/standard compactDisplay/short formatRange 1`] = `"1,000,000%-2,000,000%"`; - -exports[`NumberFormat zh percent signDisplay/never notation/standard compactDisplay/short formatRangeToParts 1`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "percentSign", - "value": "%", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "percentSign", - "value": "%", - }, -] -`; - -exports[`NumberFormat zh percent signDisplay/never notation/standard compactDisplay/short formatToParts 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "percentSign", - "value": "%", - }, -] -`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_da.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_da.test.ts.snap new file mode 100644 index 00000000000..340155f9928 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_da.test.ts.snap @@ -0,0 +1,3105 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 million-+2 millioner"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 mio.-+2 mio."`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mio.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 million-2 millioner"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 mio.-2 mio."`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mio.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 million-+2 millioner"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 mio.-+2 mio."`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mio.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 million-2 millioner"`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 mio.-2 mio."`; + +exports[`Intl.NumberFormat da notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mio.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mio.", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat da notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat da notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_de.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_de.test.ts.snap new file mode 100644 index 00000000000..21833f2bd86 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_de.test.ts.snap @@ -0,0 +1,3105 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Million", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 Million–+2 Millionen"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Millionen", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 Mio.–+2 Mio."`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Mio.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Million", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 Million–2 Millionen"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Millionen", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 Mio.–2 Mio."`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Mio.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Million", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 Million–+2 Millionen"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Millionen", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 Mio.–+2 Mio."`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Mio.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Million", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 Million–2 Millionen"`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Millionen", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 Mio.–2 Mio."`; + +exports[`Intl.NumberFormat de notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Mio.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Mio.", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat de notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1.000.000–+2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1.000.000–+2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1.000.000–2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1.000.000–2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1.000.000–+2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1.000.000–+2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1.000.000–2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1.000.000–2.000.000 %"`; + +exports[`Intl.NumberFormat de notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_en-BS.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_en-BS.test.ts.snap new file mode 100644 index 00000000000..d6b4b833515 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_en-BS.test.ts.snap @@ -0,0 +1,2945 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 million–+2 million"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1M–+2M"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 million–2 million"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1M–2M"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 million–+2 million"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1M–+2M"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 million–2 million"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1M–2M"`; + +exports[`Intl.NumberFormat en-BS notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-BS notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-BS notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_en-GB.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_en-GB.test.ts.snap new file mode 100644 index 00000000000..9b35a1c3353 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_en-GB.test.ts.snap @@ -0,0 +1,2945 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 million–+2 million"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1M–+2M"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 million–2 million"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1M–2M"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 million–+2 million"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1M–+2M"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 million–2 million"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1M–2M"`; + +exports[`Intl.NumberFormat en-GB notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en-GB notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en-GB notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_en.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_en.test.ts.snap new file mode 100644 index 00000000000..90d4cea31ba --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_en.test.ts.snap @@ -0,0 +1,2945 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 million–+2 million"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1M–+2M"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 million–2 million"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1M–2M"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 million–+2 million"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1M–+2M"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 million–2 million"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1M–2M"`; + +exports[`Intl.NumberFormat en notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat en notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat en notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_es.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_es.test.ts.snap new file mode 100644 index 00000000000..2e3af128877 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_es.test.ts.snap @@ -0,0 +1,3105 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "millón", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 millón-+2 millones"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "millón", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millones", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 M-+2 M"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "millón", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 millón-2 millones"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "millón", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millones", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 M-2 M"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "millón", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 millón-+2 millones"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "millón", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millones", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 M-+2 M"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "millón", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 millón-2 millones"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "millón", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millones", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 M-2 M"`; + +exports[`Intl.NumberFormat es notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6-+2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6-2E6 %"`; + +exports[`Intl.NumberFormat es notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1.000.000-+2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1.000.000-2.000.000 %"`; + +exports[`Intl.NumberFormat es notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_fr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_fr.test.ts.snap new file mode 100644 index 00000000000..ae24f22de81 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_fr.test.ts.snap @@ -0,0 +1,3105 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 million–+2 millions"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millions", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 M–+2 M"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 million–2 millions"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millions", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 M–2 M"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 million–+2 millions"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millions", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 M–+2 M"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 million–2 millions"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millions", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 M–2 M"`; + +exports[`Intl.NumberFormat fr notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat fr notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat fr notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_id.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_id.test.ts.snap new file mode 100644 index 00000000000..8ca0d1c025c --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_id.test.ts.snap @@ -0,0 +1,3009 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 juta–+2 juta"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 jt–+2 jt"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "jt", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 juta–2 juta"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 jt–2 jt"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "jt", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 juta–+2 juta"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 jt–+2 jt"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "jt", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 juta–2 juta"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 jt–2 jt"`; + +exports[`Intl.NumberFormat id notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "jt", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "jt", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat id notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat id notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_it.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_it.test.ts.snap new file mode 100644 index 00000000000..5a4d6b35cc4 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_it.test.ts.snap @@ -0,0 +1,3009 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milione", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 milione-+2 milioni"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milione", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "milioni", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 Mln-+2 Mln"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Mln", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milione", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 milione-2 milioni"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milione", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "milioni", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 Mln-2 Mln"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Mln", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milione", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 milione-+2 milioni"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milione", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "milioni", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 Mln-+2 Mln"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Mln", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milione", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 milione-2 milioni"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milione", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "milioni", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 Mln-2 Mln"`; + +exports[`Intl.NumberFormat it notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Mln", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Mln", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat it notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat it notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_ja.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_ja.test.ts.snap new file mode 100644 index 00000000000..11d34fe0415 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_ja.test.ts.snap @@ -0,0 +1,2881 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+100万~+200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+100万~+200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"100万~200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"100万~200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+100万~+200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+100万~+200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=long 2`] = `"100万~200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=short 2`] = `"100万~200万"`; + +exports[`Intl.NumberFormat ja notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ja notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ja notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_ko.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_ko.test.ts.snap new file mode 100644 index 00000000000..b596c11c9c6 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_ko.test.ts.snap @@ -0,0 +1,2881 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+100만~+200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+100만~+200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"100만~200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"100만~200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+100만~+200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+100만~+200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=long 2`] = `"100만~200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=short 2`] = `"100만~200만"`; + +exports[`Intl.NumberFormat ko notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%~+2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%~2E6%"`; + +exports[`Intl.NumberFormat ko notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%~+2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%~2,000,000%"`; + +exports[`Intl.NumberFormat ko notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_ms.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_ms.test.ts.snap new file mode 100644 index 00000000000..e58207294d4 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_ms.test.ts.snap @@ -0,0 +1,2945 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 juta–+2 juta"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1J–+2J"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "J", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 juta–2 juta"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1J–2J"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "J", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 juta–+2 juta"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1J–+2J"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "J", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 juta–2 juta"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "juta", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "juta", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1J–2J"`; + +exports[`Intl.NumberFormat ms notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "J", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "J", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat ms notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%–+2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%–2,000,000%"`; + +exports[`Intl.NumberFormat ms notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_nb.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_nb.test.ts.snap new file mode 100644 index 00000000000..aaaea3b0aa3 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_nb.test.ts.snap @@ -0,0 +1,3105 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 million–+2 millioner"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 mill.–+2 mill."`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mill.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 million–2 millioner"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 mill.–2 mill."`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mill.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 million–+2 millioner"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 mill.–+2 mill."`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mill.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "million", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 million–2 millioner"`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "million", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "millioner", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 mill.–2 mill."`; + +exports[`Intl.NumberFormat nb notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mill.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mill.", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat nb notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat nb notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_nl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_nl.test.ts.snap new file mode 100644 index 00000000000..31dfea5966f --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_nl.test.ts.snap @@ -0,0 +1,3009 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 miljoen-+2 miljoen"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "miljoen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 mln.-+2 mln."`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mln.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 miljoen-2 miljoen"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "miljoen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 mln.-2 mln."`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mln.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 miljoen-+2 miljoen"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "miljoen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 mln.-+2 mln."`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mln.", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 miljoen-2 miljoen"`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "miljoen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "miljoen", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 mln.-2 mln."`; + +exports[`Intl.NumberFormat nl notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mln.", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mln.", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat nl notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1.000.000%-+2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1.000.000%-2.000.000%"`; + +exports[`Intl.NumberFormat nl notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_pl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_pl.test.ts.snap new file mode 100644 index 00000000000..d5988185dde --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_pl.test.ts.snap @@ -0,0 +1,3009 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milion", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 milion–+2 miliony"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milion", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "miliony", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 mln–+2 mln"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mln", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milion", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 milion–2 miliony"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milion", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "miliony", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 mln–2 mln"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mln", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milion", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 milion–+2 miliony"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milion", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "miliony", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 mln–+2 mln"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mln", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milion", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 milion–2 miliony"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milion", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "miliony", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 mln–2 mln"`; + +exports[`Intl.NumberFormat pl notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mln", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mln", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pl notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat pl notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_pt.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_pt.test.ts.snap new file mode 100644 index 00000000000..f81cca166d0 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_pt.test.ts.snap @@ -0,0 +1,3009 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milhão", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 milhão–+2 milhões"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milhão", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "milhões", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 mi–+2 mi"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mi", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milhão", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 milhão–2 milhões"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milhão", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "milhões", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 mi–2 mi"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mi", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milhão", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 milhão–+2 milhões"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milhão", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "milhões", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 mi–+2 mi"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mi", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milhão", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 milhão–2 milhões"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milhão", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "milhões", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 mi–2 mi"`; + +exports[`Intl.NumberFormat pt notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mi", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mi", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%–+2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%–2E6%"`; + +exports[`Intl.NumberFormat pt notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1.000.000%–+2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1.000.000%–2.000.000%"`; + +exports[`Intl.NumberFormat pt notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_ru.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_ru.test.ts.snap new file mode 100644 index 00000000000..13869765da6 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_ru.test.ts.snap @@ -0,0 +1,3105 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "миллион", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 миллион–+2 миллиона"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "миллион", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "миллиона", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 млн–+2 млн"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "миллион", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 миллион–2 миллиона"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "миллион", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "миллиона", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 млн–2 млн"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "миллион", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 миллион–+2 миллиона"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "миллион", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "миллиона", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 млн–+2 млн"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "миллион", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 миллион–2 миллиона"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "миллион", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "миллиона", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 млн–2 млн"`; + +exports[`Intl.NumberFormat ru notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6–+2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6–2E6 %"`; + +exports[`Intl.NumberFormat ru notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 000 000–+2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1 000 000–2 000 000 %"`; + +exports[`Intl.NumberFormat ru notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_sv.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_sv.test.ts.snap new file mode 100644 index 00000000000..f6ffc27e731 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_sv.test.ts.snap @@ -0,0 +1,3105 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljon", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 miljon‒+2 miljoner"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "miljon", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "miljoner", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 mn‒+2 mn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mn", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljon", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 miljon‒2 miljoner"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "miljon", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "miljoner", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 mn‒2 mn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mn", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljon", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 miljon‒+2 miljoner"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "miljon", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "miljoner", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 mn‒+2 mn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mn", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "miljon", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 miljon‒2 miljoner"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "miljon", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "miljoner", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 mn‒2 mn"`; + +exports[`Intl.NumberFormat sv notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mn", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mn", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1×10^6‒+2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1×10^6‒2×10^6 %"`; + +exports[`Intl.NumberFormat sv notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1 000 000‒+2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1 000 000‒+2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1 000 000‒2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1 000 000‒2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 000 000‒+2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 000 000‒+2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "7", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1 000 000‒2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1 000 000‒2 000 000 %"`; + +exports[`Intl.NumberFormat sv notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_th.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_th.test.ts.snap new file mode 100644 index 00000000000..66304278297 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_th.test.ts.snap @@ -0,0 +1,2945 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 ล้าน-+2 ล้าน"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ล้าน", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1M-+2M"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 ล้าน-2 ล้าน"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ล้าน", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1M-2M"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 ล้าน-+2 ล้าน"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ล้าน", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1M-+2M"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 ล้าน-2 ล้าน"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ล้าน", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ล้าน", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1M-2M"`; + +exports[`Intl.NumberFormat th notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "M", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "M", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat th notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat th notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_tr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_tr.test.ts.snap new file mode 100644 index 00000000000..f12602f10ea --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_tr.test.ts.snap @@ -0,0 +1,2865 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 milyon–+2 milyon"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milyon", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 Mn–+2 Mn"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Mn", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 milyon–2 milyon"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milyon", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 Mn–2 Mn"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Mn", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 milyon–+2 milyon"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "milyon", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 Mn–+2 Mn"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Mn", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 milyon–2 milyon"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "milyon", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "milyon", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 Mn–2 Mn"`; + +exports[`Intl.NumberFormat tr notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Mn", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Mn", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+%1E6–2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"%1E6–%2E6"`; + +exports[`Intl.NumberFormat tr notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+%1.000.000–2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+%1.000.000–2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"%1.000.000–%2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"%1.000.000–%2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+%1.000.000–2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+%1.000.000–2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=long 2`] = `"%1.000.000–%2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "percentSign", + "value": "%", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, +] +`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=short 2`] = `"%1.000.000–%2.000.000"`; + +exports[`Intl.NumberFormat tr notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_uk.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_uk.test.ts.snap new file mode 100644 index 00000000000..ab6d950fc8e --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_uk.test.ts.snap @@ -0,0 +1,3009 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "мільйон", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+1 мільйон–+2 мільйони"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "мільйон", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "мільйони", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+1 млн–+2 млн"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "мільйон", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"1 мільйон–2 мільйони"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "мільйон", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "мільйони", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"1 млн–2 млн"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "мільйон", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 мільйон–+2 мільйони"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "мільйон", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "мільйони", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 млн–+2 млн"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "мільйон", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=long 2`] = `"1 мільйон–2 мільйони"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "мільйон", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "мільйони", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=short 2`] = `"1 млн–2 млн"`; + +exports[`Intl.NumberFormat uk notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "млн", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "млн", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1Е6%–+2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1Е6%–2Е6%"`; + +exports[`Intl.NumberFormat uk notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1 000 000%–+2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1 000 000%–2 000 000%"`; + +exports[`Intl.NumberFormat uk notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/percent_zh.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/percent_zh.test.ts.snap new file mode 100644 index 00000000000..a4c7addc1c2 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/percent_zh.test.ts.snap @@ -0,0 +1,2881 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=long 2`] = `"+100万-+200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=short 2`] = `"+100万-+200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=long 2`] = `"100万-200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=short 2`] = `"100万-200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=long 2`] = `"+100万-+200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=short 2`] = `"+100万-+200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=long 2`] = `"100万-200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "100", + }, + { + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=short 2`] = `"100万-200万"`; + +exports[`Intl.NumberFormat zh notation=compact, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "100", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "200", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=engineering, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1E6%-+2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "4", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "10", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=long 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "6", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=short 2`] = `"1E6%-2E6%"`; + +exports[`Intl.NumberFormat zh notation=scientific, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "3", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "6", + }, + { + "result": "8", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=long 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=short 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=always, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=long 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=short 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=auto, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=long 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=short 2`] = `"+1,000,000%-+2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=exceptZero, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "13", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "14", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=long 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=long 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "percentSign", + "value": "%", + }, +] +`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=short 2`] = `"1,000,000%-2,000,000%"`; + +exports[`Intl.NumberFormat zh notation=standard, signDisplay=never, compactDisplay=short 3`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "percentSign", + "value": "%", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "11", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "12", + "source": "endRange", + "type": "percentSign", + "value": "%", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit.test.ts.snap deleted file mode 100644 index 871ef6d95f3..00000000000 --- a/packages/intl-numberformat/tests/__snapshots__/unit.test.ts.snap +++ /dev/null @@ -1,318977 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusind bit-+20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusind grader celsius-+20 tusind grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusind gallons-+20 tusind gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 grader celsius-+20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallons-+20E3 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 grader celsius-+2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallons-+2E4 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 grader celsius-+20.000 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gallons-+20.000 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusind bit-20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusind grader celsius-20 tusind grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusind gallons-20 tusind gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 grader celsius-20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gallons-20E3 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 grader celsius-2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gallons-2E4 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 grader celsius-20.000 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gallons-20.000 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusind bit-+20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusind grader celsius-+20 tusind grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusind gallons-+20 tusind gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 grader celsius-+20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallons-+20E3 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 grader celsius-+2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallons-+2E4 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 grader celsius-+20.000 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gallons-+20.000 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusind bit-20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusind grader celsius-20 tusind grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusind gallons-20 tusind gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 grader celsius-20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gallons-20E3 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 grader celsius-2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gallons-2E4 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 grader celsius-20.000 grader celsius"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gallons-20.000 gallons"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusind bit-+20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusind°C-+20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusind gal-+20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusind bit-20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusind°C-20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusind gal-20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusind bit-+20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusind°C-+20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusind gal-+20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusind bit-20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusind°C-20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusind gal-20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusind bit-+20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusind°C-+20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusind gal-+20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusind bit-20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusind°C-20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusind gal-20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusind bit-+20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusind°C-+20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusind gal-+20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusind", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusind bit-20 tusind bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusind°C-20 tusind°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusind gal-20 tusind gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusind", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat da, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 Tausend Bit–+20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 Tausend Grad Celsius–+20 Tausend Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 Tausend Gallonen–+20 Tausend Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 Bit–+20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 Grad Celsius–+20E3 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 Gallonen–+20E3 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 Bit–+2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 Grad Celsius–+2E4 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 Gallonen–+2E4 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 Bit–+20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 Grad Celsius–+20.000 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 Gallonen–+20.000 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 Tausend Bit–20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 Tausend Grad Celsius–20 Tausend Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 Tausend Gallonen–20 Tausend Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 Bit–20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 Grad Celsius–20E3 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 Gallonen–20E3 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 Bit–2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 Grad Celsius–2E4 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 Gallonen–2E4 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 Bit–20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 Grad Celsius–20.000 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 Gallonen–20.000 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 Tausend Bit–+20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 Tausend Grad Celsius–+20 Tausend Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 Tausend Gallonen–+20 Tausend Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 Bit–+20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 Grad Celsius–+20E3 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 Gallonen–+20E3 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 Bit–+2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 Grad Celsius–+2E4 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 Gallonen–+2E4 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 Bit–+20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 Grad Celsius–+20.000 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 Gallonen–+20.000 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 Tausend Bit–20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 Tausend Grad Celsius–20 Tausend Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 Tausend Gallonen–20 Tausend Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 Bit–20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 Grad Celsius–20E3 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 Gallonen–20E3 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 Bit–2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 Grad Celsius–2E4 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 Gallonen–2E4 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 Bit–20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 Grad Celsius–20.000 Grad Celsius"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 Gallonen–20.000 Gallonen"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Grad Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Grad Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Gallonen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Gallonen", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 Tausend b–+20 Tausend b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 Tausend °C–+20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 Tausend gal–+20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 b–+20E3 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 b–+2E4 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 b–+20.000 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 Tausend b–20 Tausend b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 Tausend °C–20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 Tausend gal–20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 b–20E3 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 b–2E4 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 b–20.000 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 Tausend b–+20 Tausend b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 Tausend °C–+20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 Tausend gal–+20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 b–+20E3 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 b–+2E4 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 b–+20.000 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 Tausend b–20 Tausend b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 Tausend °C–20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 Tausend gal–20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 b–20E3 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 b–2E4 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 b–20.000 b"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 Tausend Bit–+20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 Tausend °C–+20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 Tausend gal–+20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 Bit–+20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 Bit–+2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 Bit–+20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 Tausend Bit–20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 Tausend °C–20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 Tausend gal–20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 Bit–20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 Bit–2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 Bit–20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 Tausend Bit–+20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 Tausend °C–+20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 Tausend gal–+20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 Bit–+20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 Bit–+2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 Bit–+20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "Tausend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 Tausend Bit–20 Tausend Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 Tausend °C–20 Tausend °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 Tausend gal–20 Tausend gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "Tausend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 Bit–20E3 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 Bit–2E4 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 Bit–20.000 Bit"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "Bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "Bit", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat de, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousand bits–+20 thousand bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand degrees Celsius–+20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousand gallons–+20 thousand gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrees Celsius–+20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallons–+20E3 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrees Celsius–+2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallons–+2E4 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bits–+20,000 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000 degrees Celsius–+20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 gallons–+20,000 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousand bits–20 thousand bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand degrees Celsius–20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousand gallons–20 thousand gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 degrees Celsius–20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gallons–20E3 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 degrees Celsius–2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gallons–2E4 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bits–20,000 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000 degrees Celsius–20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 gallons–20,000 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousand bits–+20 thousand bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand degrees Celsius–+20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousand gallons–+20 thousand gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrees Celsius–+20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallons–+20E3 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrees Celsius–+2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallons–+2E4 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bits–+20,000 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000 degrees Celsius–+20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 gallons–+20,000 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousand bits–20 thousand bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand degrees Celsius–20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousand gallons–20 thousand gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 degrees Celsius–20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gallons–20E3 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 degrees Celsius–2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gallons–2E4 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bits–20,000 bits"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000 degrees Celsius–20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 gallons–20,000 gallons"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousandbit–+20 thousandbit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousandgal–+20 thousandgal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal–+20E3gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal–+2E4gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000gal–+20,000gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousandbit–20 thousandbit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousandgal–20 thousandgal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal–20E3gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal–2E4gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000gal–20,000gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousandbit–+20 thousandbit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousandgal–+20 thousandgal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal–+20E3gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal–+2E4gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000gal–+20,000gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousandbit–20 thousandbit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousandgal–20 thousandgal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal–20E3gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal–2E4gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000gal–20,000gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousand bit–+20 thousand bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousand gal–+20 thousand gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 gal–+20,000 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousand bit–20 thousand bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousand gal–20 thousand gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 gal–20,000 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousand bit–+20 thousand bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousand gal–+20 thousand gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 gal–+20,000 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousand bit–20 thousand bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousand gal–20 thousand gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 gal–20,000 gal"`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousand bits–+20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand degrees Celsius–+20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gallons–+20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrees Celsius–+20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gallons–+20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrees Celsius–+2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gallons–+2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bits–+20,000 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000 degrees Celsius–+20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 US gallons–+20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousand bits–20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand degrees Celsius–20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousand US gallons–20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 degrees Celsius–20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 US gallons–20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 degrees Celsius–2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 US gallons–2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bits–20,000 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000 degrees Celsius–20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 US gallons–20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousand bits–+20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand degrees Celsius–+20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gallons–+20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrees Celsius–+20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gallons–+20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrees Celsius–+2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gallons–+2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bits–+20,000 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000 degrees Celsius–+20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 US gallons–+20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousand bits–20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand degrees Celsius–20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousand US gallons–20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 degrees Celsius–20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 US gallons–20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 degrees Celsius–2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 US gallons–2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bits–20,000 bits"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000 degrees Celsius–20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 US gallons–20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousandbit–+20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousandUSgal–+20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3USgal–+20E3USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4USgal–+2E4USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000USgal–+20,000USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousandbit–20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousandUSgal–20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3USgal–20E3USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4USgal–2E4USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000USgal–20,000USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousandbit–+20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousandUSgal–+20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3USgal–+20E3USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4USgal–+2E4USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000USgal–+20,000USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousandbit–20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousandUSgal–20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3USgal–20E3USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4USgal–2E4USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000USgal–20,000USgal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousand bit–+20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gal–+20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gal–+20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gal–+2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 US gal–+20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousand bit–20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousand US gal–20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 US gal–20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 US gal–2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 US gal–20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousand bit–+20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gal–+20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gal–+20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gal–+2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 US gal–+20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousand bit–20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousand US gal–20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 US gal–20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 US gal–2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 US gal–20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-BS, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousand bits–+20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand degrees Celsius–+20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gallons–+20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrees Celsius–+20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gallons–+20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrees Celsius–+2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gallons–+2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bits–+20,000 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000 degrees Celsius–+20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 US gallons–+20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousand bits–20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand degrees Celsius–20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousand US gallons–20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 degrees Celsius–20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 US gallons–20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 degrees Celsius–2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 US gallons–2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bits–20,000 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000 degrees Celsius–20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 US gallons–20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousand bits–+20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand degrees Celsius–+20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gallons–+20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrees Celsius–+20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gallons–+20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrees Celsius–+2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gallons–+2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bits–+20,000 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000 degrees Celsius–+20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 US gallons–+20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousand bits–20 thousand bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand degrees Celsius–20 thousand degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousand US gallons–20 thousand US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 degrees Celsius–20E3 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 US gallons–20E3 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 degrees Celsius–2E4 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 US gallons–2E4 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bits–20,000 bits"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000 degrees Celsius–20,000 degrees Celsius"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 US gallons–20,000 US gallons"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrees Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrees Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousandbit–+20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousandUSgal–+20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3USgal–+20E3USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4USgal–+2E4USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000USgal–+20,000USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousandbit–20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousandUSgal–20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3USgal–20E3USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4USgal–2E4USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000USgal–20,000USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousandbit–+20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousandUSgal–+20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3USgal–+20E3USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4USgal–+2E4USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000USgal–+20,000USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousandbit–20 thousandbit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousandUSgal–20 thousandUSgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3USgal–20E3USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4USgal–2E4USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000USgal–20,000USgal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "USgal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "USgal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 thousand bit–+20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gal–+20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gal–+20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gal–+2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 US gal–+20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 thousand bit–20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 thousand US gal–20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 US gal–20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 US gal–2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 US gal–20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 thousand bit–+20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 thousand°C–+20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 thousand US gal–+20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 US gal–+20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 US gal–+2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 US gal–+20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "thousand", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 thousand bit–20 thousand bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 thousand°C–20 thousand°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 thousand US gal–20 thousand US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "thousand", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 US gal–20E3 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 US gal–2E4 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 US gal–20,000 US gal"`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat en-GB, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "US gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "US gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mil bits-+20 mil bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mil grados Celsius-+20 mil grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mil galones-+20 mil galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 grados Celsius-+20E3 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 galones-+20E3 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 grados Celsius-+2E4 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 galones-+2E4 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 grados Celsius-+20.000 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 galones-+20.000 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mil bits-20 mil bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mil grados Celsius-20 mil grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mil galones-20 mil galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 grados Celsius-20E3 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 galones-20E3 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 grados Celsius-2E4 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 galones-2E4 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 grados Celsius-20.000 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 galones-20.000 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mil bits-+20 mil bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mil grados Celsius-+20 mil grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mil galones-+20 mil galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 grados Celsius-+20E3 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 galones-+20E3 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 grados Celsius-+2E4 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 galones-+2E4 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 grados Celsius-+20.000 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 galones-+20.000 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mil bits-20 mil bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mil grados Celsius-20 mil grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mil galones-20 mil galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 grados Celsius-20E3 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 galones-20E3 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 grados Celsius-2E4 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 galones-2E4 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 grados Celsius-20.000 grados Celsius"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 galones-20.000 galones"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grados Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grados Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galones", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galones", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 milb-+20 milb"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mil°C-+20 mil°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 milgal-+20 milgal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3b-+20E3b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal-+20E3gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4b-+2E4b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal-+2E4gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000b-+20.000b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000gal-+20.000gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 milb-20 milb"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mil°C-20 mil°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 milgal-20 milgal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3b-20E3b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal-20E3gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4b-2E4b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal-2E4gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000b-20.000b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000gal-20.000gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 milb-+20 milb"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mil°C-+20 mil°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 milgal-+20 milgal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3b-+20E3b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal-+20E3gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4b-+2E4b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal-+2E4gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000b-+20.000b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000gal-+20.000gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 milb-20 milb"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mil°C-20 mil°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 milgal-20 milgal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3b-20E3b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal-20E3gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4b-2E4b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal-2E4gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000b-20.000b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000gal-20.000gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mil b-+20 mil b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mil °C-+20 mil °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mil gal-+20 mil gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 b-+20E3 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C-+20E3 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 b-+2E4 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C-+2E4 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 b-+20.000 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 °C-+20.000 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mil b-20 mil b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mil °C-20 mil °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mil gal-20 mil gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 b-20E3 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C-20E3 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 b-2E4 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C-2E4 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 b-20.000 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 °C-20.000 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mil b-+20 mil b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mil °C-+20 mil °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mil gal-+20 mil gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 b-+20E3 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C-+20E3 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 b-+2E4 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C-+2E4 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 b-+20.000 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 °C-+20.000 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mil b-20 mil b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mil °C-20 mil °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mil gal-20 mil gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 b-20E3 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C-20E3 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 b-2E4 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C-2E4 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 b-20.000 b"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 °C-20.000 °C"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat es, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mille bits–+20 mille bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mille degrés Celsius–+20 mille degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mille gallons–+20 mille gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrés Celsius–+20E3 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallons–+20E3 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrés Celsius–+2E4 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallons–+2E4 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 bits–+20 000 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 degrés Celsius–+20 000 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gallons–+20 000 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mille bits–20 mille bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mille degrés Celsius–20 mille degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mille gallons–20 mille gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 degrés Celsius–20E3 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gallons–20E3 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 degrés Celsius–2E4 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gallons–2E4 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 bits–20 000 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 degrés Celsius–20 000 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gallons–20 000 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mille bits–+20 mille bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mille degrés Celsius–+20 mille degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mille gallons–+20 mille gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 degrés Celsius–+20E3 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallons–+20E3 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 degrés Celsius–+2E4 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallons–+2E4 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 bits–+20 000 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 degrés Celsius–+20 000 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gallons–+20 000 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mille bits–20 mille bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mille degrés Celsius–20 mille degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mille gallons–20 mille gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 degrés Celsius–20E3 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gallons–20E3 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 degrés Celsius–2E4 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gallons–2E4 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 bits–20 000 bits"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 degrés Celsius–20 000 degrés Celsius"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gallons–20 000 gallons"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "degrés Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "degrés Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallons", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallons", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 millebit–+20 millebit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mille°C–+20 mille°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 millegal–+20 millegal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal–+20E3gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal–+2E4gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000bit–+20 000bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000°C–+20 000°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000gal–+20 000gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 millebit–20 millebit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mille°C–20 mille°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 millegal–20 millegal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal–20E3gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal–2E4gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000bit–20 000bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000°C–20 000°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000gal–20 000gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 millebit–+20 millebit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mille°C–+20 mille°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 millegal–+20 millegal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal–+20E3gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal–+2E4gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000bit–+20 000bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000°C–+20 000°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000gal–+20 000gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 millebit–20 millebit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mille°C–20 mille°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 millegal–20 millegal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal–20E3gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal–2E4gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000bit–20 000bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000°C–20 000°C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000gal–20 000gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mille bit–+20 mille bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mille °C–+20 mille °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mille gal–+20 mille gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 bit–+20 000 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gal–+20 000 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mille bit–20 mille bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mille °C–20 mille °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mille gal–20 mille gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 bit–20 000 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gal–20 000 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mille bit–+20 mille bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mille °C–+20 mille °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mille gal–+20 mille gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 bit–+20 000 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gal–+20 000 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mille", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mille bit–20 mille bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mille °C–20 mille °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mille gal–20 mille gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mille", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mille", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 bit–20 000 bit"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gal–20 000 gal"`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat fr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 ribu derajat Celsius–+20 ribu derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 ribu galon–+20 ribu galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 derajat Celsius–+20E3 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 galon–+20E3 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 derajat Celsius–+2E4 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 galon–+2E4 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 derajat Celsius–+20.000 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 galon–+20.000 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 ribu derajat Celsius–20 ribu derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 ribu galon–20 ribu galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 derajat Celsius–20E3 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 galon–20E3 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 derajat Celsius–2E4 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 galon–2E4 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 derajat Celsius–20.000 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 galon–20.000 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 ribu derajat Celsius–+20 ribu derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 ribu galon–+20 ribu galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 derajat Celsius–+20E3 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 galon–+20E3 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 derajat Celsius–+2E4 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 galon–+2E4 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 derajat Celsius–+20.000 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 galon–+20.000 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 ribu derajat Celsius–20 ribu derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 ribu galon–20 ribu galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 derajat Celsius–20E3 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 galon–20E3 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 derajat Celsius–2E4 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 galon–2E4 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 derajat Celsius–20.000 derajat Celsius"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 galon–20.000 galon"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "derajat Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "derajat Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C–+20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C–20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C–+20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C–20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C–+20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C–20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C–+20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C–20.000°C"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat id, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mila bit-+20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mila gradi Celsius-+20 mila gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mila galloni-+20 mila galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 gradi Celsius-+20E3 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 galloni-+20E3 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 gradi Celsius-+2E4 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 galloni-+2E4 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 gradi Celsius-+20.000 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 galloni-+20.000 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mila bit-20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mila gradi Celsius-20 mila gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mila galloni-20 mila galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 gradi Celsius-20E3 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 galloni-20E3 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 gradi Celsius-2E4 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 galloni-2E4 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 gradi Celsius-20.000 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 galloni-20.000 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mila bit-+20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mila gradi Celsius-+20 mila gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mila galloni-+20 mila galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 gradi Celsius-+20E3 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 galloni-+20E3 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 gradi Celsius-+2E4 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 galloni-+2E4 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 gradi Celsius-+20.000 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 galloni-+20.000 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mila bit-20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mila gradi Celsius-20 mila gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mila galloni-20 mila galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 gradi Celsius-20E3 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 galloni-20E3 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 gradi Celsius-2E4 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 galloni-2E4 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 gradi Celsius-20.000 gradi Celsius"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 galloni-20.000 galloni"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gradi Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gradi Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galloni", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galloni", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 milabit-+20 milabit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mila°C-+20 mila°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 milagal-+20 milagal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit-+20E3bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal-+20E3gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit-+2E4bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal-+2E4gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000bit-+20.000bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000gal-+20.000gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 milabit-20 milabit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mila°C-20 mila°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 milagal-20 milagal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit-20E3bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal-20E3gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit-2E4bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal-2E4gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000bit-20.000bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000gal-20.000gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 milabit-+20 milabit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mila°C-+20 mila°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 milagal-+20 milagal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit-+20E3bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal-+20E3gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit-+2E4bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal-+2E4gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000bit-+20.000bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000gal-+20.000gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 milabit-20 milabit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mila°C-20 mila°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 milagal-20 milagal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit-20E3bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal-20E3gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit-2E4bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal-2E4gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000bit-20.000bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000gal-20.000gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mila bit-+20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mila °C-+20 mila °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mila gal-+20 mila gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C-+20E3 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C-+2E4 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 °C-+20.000 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mila bit-20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mila °C-20 mila °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mila gal-20 mila gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C-20E3 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C-2E4 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 °C-20.000 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mila bit-+20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mila °C-+20 mila °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mila gal-+20 mila gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit-+20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C-+20E3 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit-+2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C-+2E4 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit-+20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 °C-+20.000 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mila", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mila bit-20 mila bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mila °C-20 mila °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mila gal-20 mila gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mila", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mila", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit-20E3 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C-20E3 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit-2E4 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C-2E4 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit-20.000 bit"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 °C-20.000 °C"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat it, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1万 ビット~+2万 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"摂氏 +1万 度~摂氏 +2万 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1万 ガロン~+2万 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "12", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 ビット~+20E3 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"摂氏 +10E3 度~摂氏 +20E3 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 ガロン~+20E3 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "9", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "10", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "14", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 ビット~+2E4 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"摂氏 +1E4 度~摂氏 +2E4 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 ガロン~+2E4 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "9", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "10", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "14", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 ビット~+20,000 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"摂氏 +10,000 度~摂氏 +20,000 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 ガロン~+20,000 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "9", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "10", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1万 ビット~2万 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"摂氏 1万 度~摂氏 2万 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1万 ガロン~2万 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 ビット~20E3 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"摂氏 10E3 度~摂氏 20E3 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 ガロン~20E3 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 ビット~2E4 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"摂氏 1E4 度~摂氏 2E4 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 ガロン~2E4 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 ビット~20,000 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"摂氏 10,000 度~摂氏 20,000 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 ガロン~20,000 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1万 ビット~+2万 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"摂氏 +1万 度~摂氏 +2万 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1万 ガロン~+2万 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "12", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 ビット~+20E3 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"摂氏 +10E3 度~摂氏 +20E3 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 ガロン~+20E3 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "9", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "10", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "14", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 ビット~+2E4 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"摂氏 +1E4 度~摂氏 +2E4 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 ガロン~+2E4 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "9", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "10", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "14", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 ビット~+20,000 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"摂氏 +10,000 度~摂氏 +20,000 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 ガロン~+20,000 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "8", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "9", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "10", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "11", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "13", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "14", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "15", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "16", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1万 ビット~2万 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"摂氏 1万 度~摂氏 2万 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1万 ガロン~2万 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 ビット~20E3 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"摂氏 10E3 度~摂氏 20E3 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 ガロン~20E3 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 ビット~2E4 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"摂氏 1E4 度~摂氏 2E4 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 ガロン~2E4 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "摂氏", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 ビット~20,000 ビット"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"摂氏 10,000 度~摂氏 20,000 度"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 ガロン~20,000 ガロン"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ビット", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ビット", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "度", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摂氏", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "11", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "12", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "13", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "度", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ガロン", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ガロン", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1万b~+2万b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1万°C~+2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1万gal~+2万gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3b~+20E3b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal~+20E3gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4b~+2E4b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal~+2E4gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000b~+20,000b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000gal~+20,000gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1万b~2万b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1万°C~2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1万gal~2万gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3b~20E3b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal~20E3gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4b~2E4b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal~2E4gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000b~20,000b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000gal~20,000gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1万b~+2万b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1万°C~+2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1万gal~+2万gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3b~+20E3b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal~+20E3gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4b~+2E4b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal~+2E4gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000b~+20,000b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000gal~+20,000gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1万b~2万b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1万°C~2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1万gal~2万gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3b~20E3b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal~20E3gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4b~2E4b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal~2E4gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000b~20,000b"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000gal~20,000gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1万 bit~+2万 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1万°C~+2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1万 gal~+2万 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit~+20E3 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal~+20E3 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit~+2E4 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal~+2E4 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bit~+20,000 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 gal~+20,000 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1万 bit~2万 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1万°C~2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1万 gal~2万 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit~20E3 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal~20E3 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit~2E4 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal~2E4 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bit~20,000 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 gal~20,000 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1万 bit~+2万 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1万°C~+2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1万 gal~+2万 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit~+20E3 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal~+20E3 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit~+2E4 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal~+2E4 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bit~+20,000 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 gal~+20,000 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1万 bit~2万 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1万°C~2万°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1万 gal~2万 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit~20E3 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal~20E3 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit~2E4 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal~2E4 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bit~20,000 bit"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 gal~20,000 gal"`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ja, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1만비트~+2만비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"섭씨 +1만도~섭씨 +2만도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1만갤런~+2만갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3비트~+20E3비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"섭씨 +10E3도~섭씨 +20E3도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3갤런~+20E3갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4비트~+2E4비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"섭씨 +1E4도~섭씨 +2E4도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4갤런~+2E4갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000비트~+20,000비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"섭씨 +10,000도~섭씨 +20,000도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000갤런~+20,000갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1만비트~2만비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"섭씨 1만도~섭씨 2만도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1만갤런~2만갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3비트~20E3비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"섭씨 10E3도~섭씨 20E3도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3갤런~20E3갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4비트~2E4비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"섭씨 1E4도~섭씨 2E4도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4갤런~2E4갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000비트~20,000비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"섭씨 10,000도~섭씨 20,000도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000갤런~20,000갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1만비트~+2만비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"섭씨 +1만도~섭씨 +2만도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1만갤런~+2만갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "11", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3비트~+20E3비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"섭씨 +10E3도~섭씨 +20E3도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3갤런~+20E3갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4비트~+2E4비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"섭씨 +1E4도~섭씨 +2E4도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4갤런~+2E4갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "5", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "12", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "13", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000비트~+20,000비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"섭씨 +10,000도~섭씨 +20,000도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000갤런~+20,000갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "4", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "5", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "6", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "7", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "12", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "13", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "14", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1만비트~2만비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"섭씨 1만도~섭씨 2만도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1만갤런~2만갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3비트~20E3비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"섭씨 10E3도~섭씨 20E3도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3갤런~20E3갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4비트~2E4비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"섭씨 1E4도~섭씨 2E4도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4갤런~2E4갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "4", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "11", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "unit", - "value": "섭씨", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000비트~20,000비트"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"섭씨 10,000도~섭씨 20,000도"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000갤런~20,000갤런"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "비트", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "비트", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "3", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "4", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "도", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "7", - "source": "endRange", - "type": "unit", - "value": "섭씨", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "10", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "11", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "도", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "갤런", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "갤런", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1만bit~+2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1만°C~+2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1만gal~+2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit~+20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal~+20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit~+2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal~+2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000bit~+20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000gal~+20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1만bit~2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1만°C~2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1만gal~2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit~20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal~20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit~2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal~2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000bit~20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000gal~20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1만bit~+2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1만°C~+2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1만gal~+2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit~+20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal~+20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit~+2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal~+2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000bit~+20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000gal~+20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1만bit~2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1만°C~2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1만gal~2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit~20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal~20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit~2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal~2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000bit~20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000gal~20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1만bit~+2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1만°C~+2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1만gal~+2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit~+20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal~+20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit~+2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal~+2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000bit~+20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000gal~+20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1만bit~2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1만°C~2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1만gal~2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit~20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal~20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit~2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal~2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000bit~20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000gal~20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1만bit~+2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1만°C~+2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1만gal~+2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit~+20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C~+20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal~+20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit~+2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C~+2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal~+2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000bit~+20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C~+20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000gal~+20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "만", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1만bit~2만bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1만°C~2만°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1만gal~2만gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "만", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "만", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit~20E3bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C~20E3°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal~20E3gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit~2E4bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C~2E4°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal~2E4gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000bit~20,000bit"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C~20,000°C"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000gal~20,000gal"`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ko, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "~", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 ribu darjah Celsius–+20 ribu darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 ribu gelen–+20 ribu gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 darjah Celsius–+20E3 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gelen–+20E3 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 darjah Celsius–+2E4 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gelen–+2E4 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000 darjah Celsius–+20,000 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 gelen–+20,000 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 ribu darjah Celsius–20 ribu darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 ribu gelen–20 ribu gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 darjah Celsius–20E3 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gelen–20E3 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 darjah Celsius–2E4 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gelen–2E4 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000 darjah Celsius–20,000 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 gelen–20,000 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 ribu darjah Celsius–+20 ribu darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 ribu gelen–+20 ribu gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 darjah Celsius–+20E3 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gelen–+20E3 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 darjah Celsius–+2E4 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gelen–+2E4 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000 darjah Celsius–+20,000 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 gelen–+20,000 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 ribu darjah Celsius–20 ribu darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 ribu gelen–20 ribu gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 darjah Celsius–20E3 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gelen–20E3 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 darjah Celsius–2E4 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gelen–2E4 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000 darjah Celsius–20,000 darjah Celsius"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 gelen–20,000 gelen"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "darjah Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "darjah Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gelen", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gelen", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 ribubit–+20 ribubit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 gal–+20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 ribubit–20 ribubit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 gal–20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 ribubit–+20 ribubit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000bit–+20,000bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 gal–+20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 ribubit–20 ribubit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000bit–20,000bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 gal–20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 gal–+20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 gal–20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 ribu bit–+20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 ribu°C–+20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 ribu gal–+20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 bit–+20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C–+20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 gal–+20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "ribu", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 ribu bit–20 ribu bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 ribu°C–20 ribu°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 ribu gal–20 ribu gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "ribu", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 bit–20,000 bit"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C–20,000°C"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 gal–20,000 gal"`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ms, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusen bit–+20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusen grader celsius–+20 tusen grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusen gallon–+20 tusen gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 grader celsius–+20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallon–+20E3 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 grader celsius–+2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallon–+2E4 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 bit–+20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 grader celsius–+20 000 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gallon–+20 000 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusen bit–20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusen grader celsius–20 tusen grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusen gallon–20 tusen gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 grader celsius–20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gallon–20E3 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 grader celsius–2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gallon–2E4 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 bit–20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 grader celsius–20 000 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gallon–20 000 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusen bit–+20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusen grader celsius–+20 tusen grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusen gallon–+20 tusen gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 grader celsius–+20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallon–+20E3 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 grader celsius–+2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallon–+2E4 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 bit–+20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 grader celsius–+20 000 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gallon–+20 000 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusen bit–20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusen grader celsius–20 tusen grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusen gallon–20 tusen gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 grader celsius–20E3 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gallon–20E3 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 grader celsius–2E4 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gallon–2E4 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 bit–20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 grader celsius–20 000 grader celsius"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gallon–20 000 gallon"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusenbit–+20 tusenbit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusen °C–+20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusen gal–+20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000bit–+20 000bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gal–+20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusenbit–20 tusenbit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusen °C–20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusen gal–20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000bit–20 000bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gal–20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusenbit–+20 tusenbit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusen °C–+20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusen gal–+20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3bit–+20E3bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4bit–+2E4bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000bit–+20 000bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gal–+20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusenbit–20 tusenbit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusen °C–20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusen gal–20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3bit–20E3bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4bit–2E4bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000bit–20 000bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gal–20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusen bit–+20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusen °C–+20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusen gal–+20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 bit–+20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gal–+20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusen bit–20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusen °C–20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusen gal–20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 bit–20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gal–20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusen bit–+20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusen °C–+20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusen gal–+20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 bit–+20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gal–+20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusen bit–20 tusen bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusen °C–20 tusen °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusen gal–20 tusen gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 bit–20 000 bit"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gal–20 000 gal"`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nb, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 duizend bits-+20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 duizend graden Celsius-+20 duizend graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 duizend gallon-+20 duizend gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 graden Celsius-+20E3 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallon-+20E3 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 graden Celsius-+2E4 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallon-+2E4 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 graden Celsius-+20.000 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gallon-+20.000 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 duizend bits-20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 duizend graden Celsius-20 duizend graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 duizend gallon-20 duizend gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 graden Celsius-20E3 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gallon-20E3 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 graden Celsius-2E4 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gallon-2E4 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 graden Celsius-20.000 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gallon-20.000 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 duizend bits-+20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 duizend graden Celsius-+20 duizend graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 duizend gallon-+20 duizend gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 graden Celsius-+20E3 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gallon-+20E3 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 graden Celsius-+2E4 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gallon-+2E4 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 graden Celsius-+20.000 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gallon-+20.000 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 duizend bits-20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 duizend graden Celsius-20 duizend graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 duizend gallon-20 duizend gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 graden Celsius-20E3 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gallon-20E3 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 graden Celsius-2E4 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gallon-2E4 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 graden Celsius-20.000 graden Celsius"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gallon-20.000 gallon"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graden Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graden Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 duizend bits-+20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 duizend°-+20 duizend°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 duizend gal-+20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°-+20E3°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°-+2E4°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°-+20.000°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 duizend bits-20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 duizend°-20 duizend°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 duizend gal-20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°-20E3°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°-2E4°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°-20.000°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 duizend bits-+20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 duizend°-+20 duizend°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 duizend gal-+20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°-+20E3°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°-+2E4°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°-+20.000°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 duizend bits-20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 duizend°-20 duizend°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 duizend gal-20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°-20E3°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°-2E4°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°-20.000°"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 duizend bits-+20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 duizend°C-+20 duizend°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 duizend gal-+20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 duizend bits-20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 duizend°C-20 duizend°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 duizend gal-20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 duizend bits-+20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 duizend°C-+20 duizend°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 duizend gal-+20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits-+20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal-+20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits-+2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal-+2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bits-+20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C-+20.000°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal-+20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "duizend", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 duizend bits-20 duizend bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 duizend°C-20 duizend°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 duizend gal-20 duizend gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "duizend", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits-20E3 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal-20E3 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits-2E4 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal-2E4 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bits-20.000 bits"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C-20.000°C"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal-20.000 gal"`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat nl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tysięcy bitów–+20 tysięcy bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tysięcy stopni Celsjusza–+20 tysięcy stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tysięcy galonów amerykańskich–+20 tysięcy galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bitów–+20E3 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 stopni Celsjusza–+20E3 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 galonów amerykańskich–+20E3 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bitów–+2E4 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 stopni Celsjusza–+2E4 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 galonów amerykańskich–+2E4 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 bitów–+20 000 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 stopni Celsjusza–+20 000 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 galonów amerykańskich–+20 000 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tysięcy bitów–20 tysięcy bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tysięcy stopni Celsjusza–20 tysięcy stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tysięcy galonów amerykańskich–20 tysięcy galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bitów–20E3 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 stopni Celsjusza–20E3 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 galonów amerykańskich–20E3 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bitów–2E4 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 stopni Celsjusza–2E4 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 galonów amerykańskich–2E4 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 bitów–20 000 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 stopni Celsjusza–20 000 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 galonów amerykańskich–20 000 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tysięcy bitów–+20 tysięcy bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tysięcy stopni Celsjusza–+20 tysięcy stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tysięcy galonów amerykańskich–+20 tysięcy galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bitów–+20E3 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 stopni Celsjusza–+20E3 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 galonów amerykańskich–+20E3 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bitów–+2E4 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 stopni Celsjusza–+2E4 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 galonów amerykańskich–+2E4 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 bitów–+20 000 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 stopni Celsjusza–+20 000 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 galonów amerykańskich–+20 000 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tysięcy bitów–20 tysięcy bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tysięcy stopni Celsjusza–20 tysięcy stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tysięcy galonów amerykańskich–20 tysięcy galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bitów–20E3 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 stopni Celsjusza–20E3 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 galonów amerykańskich–20E3 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bitów–2E4 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 stopni Celsjusza–2E4 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 galonów amerykańskich–2E4 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 bitów–20 000 bitów"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 stopni Celsjusza–20 000 stopni Celsjusza"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 galonów amerykańskich–20 000 galonów amerykańskich"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bitów", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bitów", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "stopni Celsjusza", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "stopni Celsjusza", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galonów amerykańskich", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galonów amerykańskich", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tysięcy b–+20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tysięcy°C–+20 tysięcy°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tysięcy gal am.–+20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 b–+20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal am.–+20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 b–+2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal am.–+2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 b–+20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000°C–+20 000°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gal am.–+20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tysięcy b–20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tysięcy°C–20 tysięcy°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tysięcy gal am.–20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 b–20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal am.–20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 b–2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal am.–2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 b–20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000°C–20 000°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gal am.–20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tysięcy b–+20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tysięcy°C–+20 tysięcy°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tysięcy gal am.–+20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 b–+20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal am.–+20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 b–+2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal am.–+2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 b–+20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000°C–+20 000°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gal am.–+20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tysięcy b–20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tysięcy°C–20 tysięcy°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tysięcy gal am.–20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 b–20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal am.–20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 b–2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal am.–2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 b–20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000°C–20 000°C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gal am.–20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tysięcy b–+20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tysięcy st. C–+20 tysięcy st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tysięcy gal am.–+20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 b–+20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 st. C–+20E3 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal am.–+20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 b–+2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 st. C–+2E4 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal am.–+2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 b–+20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 st. C–+20 000 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gal am.–+20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tysięcy b–20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tysięcy st. C–20 tysięcy st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tysięcy gal am.–20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 b–20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 st. C–20E3 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal am.–20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 b–2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 st. C–2E4 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal am.–2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 b–20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 st. C–20 000 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gal am.–20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tysięcy b–+20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tysięcy st. C–+20 tysięcy st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tysięcy gal am.–+20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 b–+20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 st. C–+20E3 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal am.–+20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 b–+2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 st. C–+2E4 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal am.–+2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 b–+20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 st. C–+20 000 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gal am.–+20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tysięcy", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tysięcy b–20 tysięcy b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tysięcy st. C–20 tysięcy st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tysięcy gal am.–20 tysięcy gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tysięcy", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 b–20E3 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 st. C–20E3 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal am.–20E3 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 b–2E4 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 st. C–2E4 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal am.–2E4 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 b–20 000 b"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 st. C–20 000 st. C"`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gal am.–20 000 gal am."`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "st. C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "st. C", - }, -] -`; - -exports[`NumberFormat NumberFormat pl, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal am.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal am.", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mil bits–+20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mil graus Celsius–+20 mil graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mil galões–+20 mil galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 graus Celsius–+20E3 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 galões–+20E3 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 graus Celsius–+2E4 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 galões–+2E4 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bits–+20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 graus Celsius–+20.000 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 galões–+20.000 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mil bits–20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mil graus Celsius–20 mil graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mil galões–20 mil galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 graus Celsius–20E3 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 galões–20E3 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 graus Celsius–2E4 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 galões–2E4 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bits–20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 graus Celsius–20.000 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 galões–20.000 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mil bits–+20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mil graus Celsius–+20 mil graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mil galões–+20 mil galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 graus Celsius–+20E3 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 galões–+20E3 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 graus Celsius–+2E4 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 galões–+2E4 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bits–+20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 graus Celsius–+20.000 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 galões–+20.000 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mil bits–20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mil graus Celsius–20 mil graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mil galões–20 mil galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 graus Celsius–20E3 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 galões–20E3 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 graus Celsius–2E4 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 galões–2E4 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bits–20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 graus Celsius–20.000 graus Celsius"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 galões–20.000 galões"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "graus Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "graus Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galões", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galões", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mil bits–+20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mil °C–+20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mil gal–+20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bits–+20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mil bits–20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mil °C–20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mil gal–20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bits–20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mil bits–+20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mil °C–+20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mil gal–+20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bits–+20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mil bits–20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mil °C–20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mil gal–20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bits–20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 mil bits–+20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 mil °C–+20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 mil gal–+20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bits–+20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 mil bits–20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 mil °C–20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 mil gal–20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bits–20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 mil bits–+20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 mil °C–+20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 mil gal–+20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bits–+20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bits–+2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bits–+20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "mil", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 mil bits–20 mil bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 mil °C–20 mil °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 mil gal–20 mil gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "mil", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "mil", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bits–20E3 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bits–2E4 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bits–20.000 bits"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bits", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bits", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat pt, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 тысяч бит–+20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 тысяч градусов Цельсия–+20 тысяч градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 тысяч амер. галлонов–+20 тысяч амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 бит–+20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 градусов Цельсия–+20E3 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 амер. галлонов–+20E3 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 бит–+2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 градусов Цельсия–+2E4 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 амер. галлонов–+2E4 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 бит–+20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 градусов Цельсия–+20 000 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 амер. галлонов–+20 000 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 тысяч бит–20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 тысяч градусов Цельсия–20 тысяч градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 тысяч амер. галлонов–20 тысяч амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 бит–20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 градусов Цельсия–20E3 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 амер. галлонов–20E3 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 бит–2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 градусов Цельсия–2E4 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 амер. галлонов–2E4 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 бит–20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 градусов Цельсия–20 000 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 амер. галлонов–20 000 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 тысяч бит–+20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 тысяч градусов Цельсия–+20 тысяч градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 тысяч амер. галлонов–+20 тысяч амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 бит–+20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 градусов Цельсия–+20E3 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 амер. галлонов–+20E3 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 бит–+2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 градусов Цельсия–+2E4 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 амер. галлонов–+2E4 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 бит–+20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 градусов Цельсия–+20 000 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 амер. галлонов–+20 000 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 тысяч бит–20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 тысяч градусов Цельсия–20 тысяч градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 тысяч амер. галлонов–20 тысяч амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 бит–20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 градусов Цельсия–20E3 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 амер. галлонов–20E3 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 бит–2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 градусов Цельсия–2E4 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 амер. галлонов–2E4 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 бит–20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 градусов Цельсия–20 000 градусов Цельсия"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 амер. галлонов–20 000 амер. галлонов"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусов Цельсия", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусов Цельсия", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "амер. галлонов", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "амер. галлонов", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 тысяч бит–+20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 тысяч °C–+20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 тысяч ам. гал.–+20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 бит–+20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 ам. гал.–+20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 бит–+2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 ам. гал.–+2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 бит–+20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 ам. гал.–+20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 тысяч бит–20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 тысяч °C–20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 тысяч ам. гал.–20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 бит–20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 ам. гал.–20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 бит–2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 ам. гал.–2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 бит–20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 ам. гал.–20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 тысяч бит–+20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 тысяч °C–+20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 тысяч ам. гал.–+20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 бит–+20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 ам. гал.–+20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 бит–+2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 ам. гал.–+2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 бит–+20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 ам. гал.–+20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 тысяч бит–20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 тысяч °C–20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 тысяч ам. гал.–20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 бит–20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 ам. гал.–20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 бит–2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 ам. гал.–2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 бит–20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 ам. гал.–20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 тысяч бит–+20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 тысяч °C–+20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 тысяч ам. гал.–+20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 бит–+20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 ам. гал.–+20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 бит–+2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 ам. гал.–+2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 бит–+20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 ам. гал.–+20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 тысяч бит–20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 тысяч °C–20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 тысяч ам. гал.–20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 бит–20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 ам. гал.–20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 бит–2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 ам. гал.–2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 бит–20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 ам. гал.–20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 тысяч бит–+20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 тысяч °C–+20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 тысяч ам. гал.–+20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 бит–+20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 ам. гал.–+20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 бит–+2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 ам. гал.–+2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 бит–+20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 ам. гал.–+20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тысяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 тысяч бит–20 тысяч бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 тысяч °C–20 тысяч °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 тысяч ам. гал.–20 тысяч ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тысяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 бит–20E3 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 ам. гал.–20E3 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 бит–2E4 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 ам. гал.–2E4 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 бит–20 000 бит"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 ам. гал.–20 000 ам. гал."`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бит", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бит", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat ru, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "ам. гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "ам. гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusen bit‒+20 tusen bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusen grader Celsius‒+20 tusen grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusen gallon‒+20 tusen gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10×10^3 bit‒+20×10^3 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10×10^3 grader Celsius‒+20×10^3 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10×10^3 gallon‒+20×10^3 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1×10^4 bit‒+2×10^4 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1×10^4 grader Celsius‒+2×10^4 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1×10^4 gallon‒+2×10^4 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 bit‒+20 000 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 grader Celsius‒+20 000 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gallon‒+20 000 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusen bit‒20 tusen bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusen grader Celsius‒20 tusen grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusen gallon‒20 tusen gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10×10^3 bit‒20×10^3 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10×10^3 grader Celsius‒20×10^3 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10×10^3 gallon‒20×10^3 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1×10^4 bit‒2×10^4 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1×10^4 grader Celsius‒2×10^4 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1×10^4 gallon‒2×10^4 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 bit‒20 000 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 grader Celsius‒20 000 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gallon‒20 000 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusen bit‒+20 tusen bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusen grader Celsius‒+20 tusen grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusen gallon‒+20 tusen gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10×10^3 bit‒+20×10^3 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10×10^3 grader Celsius‒+20×10^3 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10×10^3 gallon‒+20×10^3 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1×10^4 bit‒+2×10^4 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1×10^4 grader Celsius‒+2×10^4 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1×10^4 gallon‒+2×10^4 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 bit‒+20 000 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 grader Celsius‒+20 000 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gallon‒+20 000 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusen bit‒20 tusen bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusen grader Celsius‒20 tusen grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusen gallon‒20 tusen gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10×10^3 bit‒20×10^3 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10×10^3 grader Celsius‒20×10^3 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10×10^3 gallon‒20×10^3 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1×10^4 bit‒2×10^4 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1×10^4 grader Celsius‒2×10^4 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1×10^4 gallon‒2×10^4 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 bit‒20 000 bit"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 grader Celsius‒20 000 grader Celsius"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gallon‒20 000 gallon"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "grader Celsius", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "grader Celsius", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gallon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gallon", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusenb‒+20 tusenb"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusen°C‒+20 tusen°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusengal‒+20 tusengal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10×10^3b‒+20×10^3b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10×10^3°C‒+20×10^3°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10×10^3gal‒+20×10^3gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1×10^4b‒+2×10^4b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1×10^4°C‒+2×10^4°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1×10^4gal‒+2×10^4gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000b‒+20 000b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000°C‒+20 000°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000gal‒+20 000gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusenb‒20 tusenb"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusen°C‒20 tusen°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusengal‒20 tusengal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10×10^3b‒20×10^3b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10×10^3°C‒20×10^3°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10×10^3gal‒20×10^3gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1×10^4b‒2×10^4b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1×10^4°C‒2×10^4°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1×10^4gal‒2×10^4gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000b‒20 000b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000°C‒20 000°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000gal‒20 000gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusenb‒+20 tusenb"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusen°C‒+20 tusen°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusengal‒+20 tusengal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10×10^3b‒+20×10^3b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10×10^3°C‒+20×10^3°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10×10^3gal‒+20×10^3gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1×10^4b‒+2×10^4b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1×10^4°C‒+2×10^4°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1×10^4gal‒+2×10^4gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000b‒+20 000b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000°C‒+20 000°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000gal‒+20 000gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusenb‒20 tusenb"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusen°C‒20 tusen°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusengal‒20 tusengal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10×10^3b‒20×10^3b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10×10^3°C‒20×10^3°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10×10^3gal‒20×10^3gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1×10^4b‒2×10^4b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1×10^4°C‒2×10^4°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1×10^4gal‒2×10^4gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000b‒20 000b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000°C‒20 000°C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000gal‒20 000gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 tusen b‒+20 tusen b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 tusen °C‒+20 tusen °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 tusen gal‒+20 tusen gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10×10^3 b‒+20×10^3 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10×10^3 °C‒+20×10^3 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10×10^3 gal‒+20×10^3 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1×10^4 b‒+2×10^4 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1×10^4 °C‒+2×10^4 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1×10^4 gal‒+2×10^4 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 b‒+20 000 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 °C‒+20 000 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 gal‒+20 000 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 tusen b‒20 tusen b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 tusen °C‒20 tusen °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 tusen gal‒20 tusen gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10×10^3 b‒20×10^3 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10×10^3 °C‒20×10^3 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10×10^3 gal‒20×10^3 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1×10^4 b‒2×10^4 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1×10^4 °C‒2×10^4 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1×10^4 gal‒2×10^4 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 b‒20 000 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 °C‒20 000 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 gal‒20 000 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 tusen b‒+20 tusen b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 tusen °C‒+20 tusen °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 tusen gal‒+20 tusen gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10×10^3 b‒+20×10^3 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10×10^3 °C‒+20×10^3 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10×10^3 gal‒+20×10^3 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1×10^4 b‒+2×10^4 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1×10^4 °C‒+2×10^4 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1×10^4 gal‒+2×10^4 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 b‒+20 000 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 °C‒+20 000 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 gal‒+20 000 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "tusen", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 tusen b‒20 tusen b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 tusen °C‒20 tusen °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 tusen gal‒20 tusen gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "tusen", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10×10^3 b‒20×10^3 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10×10^3 °C‒20×10^3 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10×10^3 gal‒20×10^3 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "×10^", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1×10^4 b‒2×10^4 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1×10^4 °C‒2×10^4 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1×10^4 gal‒2×10^4 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "×10^", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 b‒20 000 b"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 °C‒20 000 °C"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 gal‒20 000 gal"`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat sv, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "‒", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1 หมื่น บิต-+2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1 หมื่น องศาเซลเซียส-+2 หมื่น องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1 หมื่น แกลลอน-+2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 บิต-+20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 องศาเซลเซียส-+20E3 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 แกลลอน-+20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 บิต-+2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 องศาเซลเซียส-+2E4 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 แกลลอน-+2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 บิต-+20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000 องศาเซลเซียส-+20,000 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 แกลลอน-+20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1 หมื่น บิต-2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1 หมื่น องศาเซลเซียส-2 หมื่น องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1 หมื่น แกลลอน-2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 บิต-20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 องศาเซลเซียส-20E3 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 แกลลอน-20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 บิต-2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 องศาเซลเซียส-2E4 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 แกลลอน-2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 บิต-20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000 องศาเซลเซียส-20,000 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 แกลลอน-20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1 หมื่น บิต-+2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1 หมื่น องศาเซลเซียส-+2 หมื่น องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1 หมื่น แกลลอน-+2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 บิต-+20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 องศาเซลเซียส-+20E3 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 แกลลอน-+20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 บิต-+2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 องศาเซลเซียส-+2E4 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 แกลลอน-+2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 บิต-+20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000 องศาเซลเซียส-+20,000 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 แกลลอน-+20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1 หมื่น บิต-2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1 หมื่น องศาเซลเซียส-2 หมื่น องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1 หมื่น แกลลอน-2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 บิต-20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 องศาเซลเซียส-20E3 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 แกลลอน-20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 บิต-2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 องศาเซลเซียส-2E4 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 แกลลอน-2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 บิต-20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000 องศาเซลเซียส-20,000 องศาเซลเซียส"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 แกลลอน-20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "องศาเซลเซียส", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1 หมื่นบิต-+2 หมื่นบิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1 หมื่น°C-+2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1 หมื่นแกลลอน-+2 หมื่นแกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3บิต-+20E3บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3แกลลอน-+20E3แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4บิต-+2E4บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4แกลลอน-+2E4แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000บิต-+20,000บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000แกลลอน-+20,000แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1 หมื่นบิต-2 หมื่นบิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1 หมื่น°C-2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1 หมื่นแกลลอน-2 หมื่นแกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3บิต-20E3บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3แกลลอน-20E3แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4บิต-2E4บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4แกลลอน-2E4แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000บิต-20,000บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000แกลลอน-20,000แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1 หมื่นบิต-+2 หมื่นบิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1 หมื่น°C-+2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1 หมื่นแกลลอน-+2 หมื่นแกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3บิต-+20E3บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3แกลลอน-+20E3แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4บิต-+2E4บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4แกลลอน-+2E4แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000บิต-+20,000บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000แกลลอน-+20,000แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1 หมื่นบิต-2 หมื่นบิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1 หมื่น°C-2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1 หมื่นแกลลอน-2 หมื่นแกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3บิต-20E3บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3แกลลอน-20E3แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4บิต-2E4บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4แกลลอน-2E4แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000บิต-20,000บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000แกลลอน-20,000แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1 หมื่น บิต-+2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1 หมื่น°C-+2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1 หมื่น แกลลอน-+2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 บิต-+20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 แกลลอน-+20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 บิต-+2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 แกลลอน-+2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 บิต-+20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000 แกลลอน-+20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1 หมื่น บิต-2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1 หมื่น°C-2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1 หมื่น แกลลอน-2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 บิต-20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 แกลลอน-20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 บิต-2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 แกลลอน-2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 บิต-20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000 แกลลอน-20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1 หมื่น บิต-+2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1 หมื่น°C-+2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1 หมื่น แกลลอน-+2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 บิต-+20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 แกลลอน-+20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 บิต-+2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 แกลลอน-+2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 บิต-+20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000 แกลลอน-+20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "หมื่น", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1 หมื่น บิต-2 หมื่น บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1 หมื่น°C-2 หมื่น°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1 หมื่น แกลลอน-2 หมื่น แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "หมื่น", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 บิต-20E3 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 แกลลอน-20E3 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 บิต-2E4 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 แกลลอน-2E4 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 บิต-20,000 บิต"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000 แกลลอน-20,000 แกลลอน"`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "บิต", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "บิต", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat th, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "แกลลอน", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "แกลลอน", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 bin bit–+20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 bin santigrat derece–+20 bin santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 bin galon–+20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 santigrat derece–+20E3 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 galon–+20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 santigrat derece–+2E4 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 galon–+2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 santigrat derece–+20.000 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 galon–+20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 bin bit–20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 bin santigrat derece–20 bin santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 bin galon–20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 santigrat derece–20E3 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 galon–20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 santigrat derece–2E4 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 galon–2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 santigrat derece–20.000 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 galon–20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 bin bit–+20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 bin santigrat derece–+20 bin santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 bin galon–+20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 santigrat derece–+20E3 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 galon–+20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 santigrat derece–+2E4 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 galon–+2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 santigrat derece–+20.000 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 galon–+20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 bin bit–20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 bin santigrat derece–20 bin santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 bin galon–20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 santigrat derece–20E3 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 galon–20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 santigrat derece–2E4 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 galon–2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 santigrat derece–20.000 santigrat derece"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 galon–20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "santigrat derece", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "santigrat derece", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 bin bit–+20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 bin °C–+20 bin °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 bin galon–+20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 galon–+20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 galon–+2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 galon–+20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 bin bit–20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 bin °C–20 bin °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 bin galon–20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 galon–20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 galon–2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 galon–20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 bin bit–+20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 bin °C–+20 bin °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 bin galon–+20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3 °C–+20E3 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 galon–+20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4 °C–+2E4 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 galon–+2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000 °C–+20.000 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 galon–+20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 bin bit–20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 bin °C–20 bin °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 bin galon–20 bin galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3 °C–20E3 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 galon–20E3 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4 °C–2E4 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 galon–2E4 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000 °C–20.000 °C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 galon–20.000 galon"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "galon", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "galon", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 bin bit–+20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 bin°C–+20 bin°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 bin gal–+20 bin gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10.000°C–+20.000°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 bin bit–20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 bin°C–20 bin°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 bin gal–20 bin gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10.000°C–20.000°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 bin bit–+20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 bin°C–+20 bin°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 bin gal–+20 bin gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 bit–+20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C–+20E3°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3 gal–+20E3 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 bit–+2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C–+2E4°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4 gal–+2E4 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10.000 bit–+20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10.000°C–+20.000°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10.000 gal–+20.000 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "bin", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 bin bit–20 bin bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 bin°C–20 bin°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 bin gal–20 bin gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "bin", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "bin", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 bit–20E3 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C–20E3°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3 gal–20E3 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 bit–2E4 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C–2E4°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4 gal–2E4 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ".", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10.000 bit–20.000 bit"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10.000°C–20.000°C"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10.000 gal–20.000 gal"`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "bit", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "bit", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat tr, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ".", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ".", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 тисяч бітів–+20 тисяч бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 тисяч градусів Цельсія–+20 тисяч градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 тисяч галонів–+20 тисяч галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10Е3 бітів–+20Е3 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10Е3 градусів Цельсія–+20Е3 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10Е3 галонів–+20Е3 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1Е4 бітів–+2Е4 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1Е4 градусів Цельсія–+2Е4 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1Е4 галонів–+2Е4 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 бітів–+20 000 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 градусів Цельсія–+20 000 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 галонів–+20 000 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 тисяч бітів–20 тисяч бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 тисяч градусів Цельсія–20 тисяч градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 тисяч галонів–20 тисяч галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10Е3 бітів–20Е3 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10Е3 градусів Цельсія–20Е3 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10Е3 галонів–20Е3 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1Е4 бітів–2Е4 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1Е4 градусів Цельсія–2Е4 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1Е4 галонів–2Е4 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 бітів–20 000 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 градусів Цельсія–20 000 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 галонів–20 000 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 тисяч бітів–+20 тисяч бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 тисяч градусів Цельсія–+20 тисяч градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 тисяч галонів–+20 тисяч галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10Е3 бітів–+20Е3 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10Е3 градусів Цельсія–+20Е3 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10Е3 галонів–+20Е3 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1Е4 бітів–+2Е4 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1Е4 градусів Цельсія–+2Е4 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1Е4 галонів–+2Е4 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 бітів–+20 000 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 градусів Цельсія–+20 000 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 галонів–+20 000 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 тисяч бітів–20 тисяч бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 тисяч градусів Цельсія–20 тисяч градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 тисяч галонів–20 тисяч галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10Е3 бітів–20Е3 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10Е3 градусів Цельсія–20Е3 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10Е3 галонів–20Е3 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1Е4 бітів–2Е4 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1Е4 градусів Цельсія–2Е4 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1Е4 галонів–2Е4 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 бітів–20 000 бітів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 градусів Цельсія–20 000 градусів Цельсія"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 галонів–20 000 галонів"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "бітів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "бітів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "градусів Цельсія", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "градусів Цельсія", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "галонів", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "галонів", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 тисячб–+20 тисячб"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 тисяч°C–+20 тисяч°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 тисячгал.–+20 тисячгал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10Е3б–+20Е3б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10Е3°C–+20Е3°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10Е3гал.–+20Е3гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1Е4б–+2Е4б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1Е4°C–+2Е4°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1Е4гал.–+2Е4гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000б–+20 000б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000°C–+20 000°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000гал.–+20 000гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 тисячб–20 тисячб"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 тисяч°C–20 тисяч°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 тисячгал.–20 тисячгал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10Е3б–20Е3б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10Е3°C–20Е3°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10Е3гал.–20Е3гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1Е4б–2Е4б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1Е4°C–2Е4°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1Е4гал.–2Е4гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000б–20 000б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000°C–20 000°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000гал.–20 000гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 тисячб–+20 тисячб"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 тисяч°C–+20 тисяч°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 тисячгал.–+20 тисячгал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10Е3б–+20Е3б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10Е3°C–+20Е3°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10Е3гал.–+20Е3гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1Е4б–+2Е4б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1Е4°C–+2Е4°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1Е4гал.–+2Е4гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000б–+20 000б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000°C–+20 000°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000гал.–+20 000гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 тисячб–20 тисячб"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 тисяч°C–20 тисяч°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 тисячгал.–20 тисячгал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10Е3б–20Е3б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10Е3°C–20Е3°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10Е3гал.–20Е3гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1Е4б–2Е4б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1Е4°C–2Е4°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1Е4гал.–2Е4гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000б–20 000б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000°C–20 000°C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000гал.–20 000гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+10 тисяч б–+20 тисяч б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+10 тисяч °C–+20 тисяч °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+10 тисяч гал.–+20 тисяч гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10Е3 б–+20Е3 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10Е3 °C–+20Е3 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10Е3 гал.–+20Е3 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1Е4 б–+2Е4 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1Е4 °C–+2Е4 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1Е4 гал.–+2Е4 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10 000 б–+20 000 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10 000 гал.–+20 000 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"10 тисяч б–20 тисяч б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"10 тисяч °C–20 тисяч °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"10 тисяч гал.–20 тисяч гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10Е3 б–20Е3 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10Е3 °C–20Е3 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10Е3 гал.–20Е3 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1Е4 б–2Е4 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1Е4 °C–2Е4 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1Е4 гал.–2Е4 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10 000 б–20 000 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10 000 гал.–20 000 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+10 тисяч б–+20 тисяч б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+10 тисяч °C–+20 тисяч °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+10 тисяч гал.–+20 тисяч гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10Е3 б–+20Е3 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10Е3 °C–+20Е3 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10Е3 гал.–+20Е3 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1Е4 б–+2Е4 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1Е4 °C–+2Е4 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1Е4 гал.–+2Е4 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10 000 б–+20 000 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10 000 °C–+20 000 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10 000 гал.–+20 000 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "compact", - "value": "тисяч", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"10 тисяч б–20 тисяч б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"10 тисяч °C–20 тисяч °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"10 тисяч гал.–20 тисяч гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "тисяч", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10Е3 б–20Е3 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10Е3 °C–20Е3 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10Е3 гал.–20Е3 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "Е", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1Е4 б–2Е4 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1Е4 °C–2Е4 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1Е4 гал.–2Е4 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "Е", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": " ", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10 000 б–20 000 б"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10 000 °C–20 000 °C"`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10 000 гал.–20 000 гал."`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "б", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "б", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat uk, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": " ", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "гал.", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "–", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "гал.", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1万比特-+2万比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1万摄氏度-+2万摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1万加仑-+2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3比特-+20E3比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3摄氏度-+20E3摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3加仑-+20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4比特-+2E4比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4摄氏度-+2E4摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4加仑-+2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000比特-+20,000比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000摄氏度-+20,000摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000加仑-+20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1万比特-2万比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1万摄氏度-2万摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1万加仑-2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3比特-20E3比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3摄氏度-20E3摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3加仑-20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4比特-2E4比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4摄氏度-2E4摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4加仑-2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000比特-20,000比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000摄氏度-20,000摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000加仑-20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1万比特-+2万比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1万摄氏度-+2万摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1万加仑-+2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3比特-+20E3比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3摄氏度-+20E3摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3加仑-+20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4比特-+2E4比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4摄氏度-+2E4摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4加仑-+2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000比特-+20,000比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000摄氏度-+20,000摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000加仑-+20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1万比特-2万比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1万摄氏度-2万摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1万加仑-2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3比特-20E3比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3摄氏度-20E3摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3加仑-20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4比特-2E4比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4摄氏度-2E4摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4加仑-2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000比特-20,000比特"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000摄氏度-20,000摄氏度"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000加仑-20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "比特", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "比特", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "摄氏度", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "摄氏度", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=long, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1万 b-+2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1万°C-+2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1万gal-+2万gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 b-+20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3gal-+20E3gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 b-+2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4gal-+2E4gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 b-+20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000gal-+20,000gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1万 b-2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1万°C-2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1万gal-2万gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 b-20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3gal-20E3gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 b-2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4gal-2E4gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 b-20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000gal-20,000gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1万 b-+2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1万°C-+2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1万gal-+2万gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 b-+20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3gal-+20E3gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 b-+2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4gal-+2E4gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 b-+20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000gal-+20,000gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1万 b-2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1万°C-2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1万gal-2万gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 b-20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3gal-20E3gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 b-2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4gal-2E4gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 b-20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000gal-20,000gal"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=narrow, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "gal", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "gal", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 4`] = `"+1万 b-+2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 5`] = `"+1万°C-+2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 6`] = `"+1万加仑-+2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 4`] = `"+10E3 b-+20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 6`] = `"+10E3加仑-+20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 4`] = `"+1E4 b-+2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 6`] = `"+1E4加仑-+2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 4`] = `"+10,000 b-+20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 6`] = `"+10,000加仑-+20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=always, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 4`] = `"1万 b-2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 5`] = `"1万°C-2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 6`] = `"1万加仑-2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 4`] = `"10E3 b-20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 6`] = `"10E3加仑-20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 4`] = `"1E4 b-2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 6`] = `"1E4加仑-2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 4`] = `"10,000 b-20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 6`] = `"10,000加仑-20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=auto, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 4`] = `"+1万 b-+2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 5`] = `"+1万°C-+2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 6`] = `"+1万加仑-+2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 4`] = `"+10E3 b-+20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 5`] = `"+10E3°C-+20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 6`] = `"+10E3加仑-+20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 4`] = `"+1E4 b-+2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 5`] = `"+1E4°C-+2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 6`] = `"+1E4加仑-+2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "10", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "3", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "9", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "plusSign", - "value": "+", - }, - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 4`] = `"+10,000 b-+20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 5`] = `"+10,000°C-+20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 6`] = `"+10,000加仑-+20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "5", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "6", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "7", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "9", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "10", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "11", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "12", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=exceptZero, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "1", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "2", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "3", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "plusSign", - "value": "+", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "8", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "9", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "compact", - "value": "万", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 4`] = `"1万 b-2万 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 5`] = `"1万°C-2万°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 6`] = `"1万加仑-2万加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "7", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=compact, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "compact", - "value": "万", - }, - { - "result": "2", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "3", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "4", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "5", - "source": "endRange", - "type": "compact", - "value": "万", - }, - { - "result": "6", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "3", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 4`] = `"10E3 b-20E3 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 5`] = `"10E3°C-20E3°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 6`] = `"10E3加仑-20E3加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=engineering, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "3", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "1", - }, - { - "type": "exponentSeparator", - "value": "E", - }, - { - "type": "exponentInteger", - "value": "4", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 4`] = `"1E4 b-2E4 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 5`] = `"1E4°C-2E4°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 6`] = `"1E4加仑-2E4加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "8", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=scientific, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "1", - }, - { - "result": "1", - "source": "startRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "2", - "source": "startRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "2", - }, - { - "result": "6", - "source": "endRange", - "type": "exponentSeparator", - "value": "E", - }, - { - "result": "7", - "source": "endRange", - "type": "exponentInteger", - "value": "4", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 1`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "literal", - "value": " ", - }, - { - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 2`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 3`] = ` -[ - { - "type": "integer", - "value": "10", - }, - { - "type": "group", - "value": ",", - }, - { - "type": "integer", - "value": "000", - }, - { - "type": "unit", - "value": "加仑", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 4`] = `"10,000 b-20,000 b"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 5`] = `"10,000°C-20,000°C"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 6`] = `"10,000加仑-20,000加仑"`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 7`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "literal", - "value": " ", - }, - { - "result": "4", - "source": "startRange", - "type": "unit", - "value": "b", - }, - { - "result": "5", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "6", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "7", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "8", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "9", - "source": "endRange", - "type": "literal", - "value": " ", - }, - { - "result": "10", - "source": "endRange", - "type": "unit", - "value": "b", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 8`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "°C", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "°C", - }, -] -`; - -exports[`NumberFormat NumberFormat zh, unitDisplay=short, signDisplay=never, notation=standard, compactDisplay=long 9`] = ` -[ - { - "result": "0", - "source": "startRange", - "type": "integer", - "value": "10", - }, - { - "result": "1", - "source": "startRange", - "type": "group", - "value": ",", - }, - { - "result": "2", - "source": "startRange", - "type": "integer", - "value": "000", - }, - { - "result": "3", - "source": "startRange", - "type": "unit", - "value": "加仑", - }, - { - "result": "4", - "source": "shared", - "type": "literal", - "value": "-", - }, - { - "result": "5", - "source": "endRange", - "type": "integer", - "value": "20", - }, - { - "result": "6", - "source": "endRange", - "type": "group", - "value": ",", - }, - { - "result": "7", - "source": "endRange", - "type": "integer", - "value": "000", - }, - { - "result": "8", - "source": "endRange", - "type": "unit", - "value": "加仑", - }, -] -`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_da.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_da.test.ts.snap new file mode 100644 index 00000000000..71756bc2dbc --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_da.test.ts.snap @@ -0,0 +1,13217 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tusind-+20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tusind-+20 tusind grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tusind-+20 tusind gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tusind-20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tusind-20 tusind grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tusind-20 tusind gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tusind-+20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tusind-+20 tusind grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tusind-+20 tusind gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tusind-20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tusind-20 tusind grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tusind-20 tusind gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 grader celsius"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 gallons"`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tusind-+20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tusind-+20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tusind-+20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tusind-20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tusind-20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tusind-20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tusind-+20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tusind-+20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tusind-+20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tusind-20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tusind-20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tusind-20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tusind-+20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tusind-+20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tusind-+20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tusind-20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tusind-20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tusind-20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tusind-+20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tusind-+20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tusind-+20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusind", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tusind-20 tusind bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tusind-20 tusind°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tusind-20 tusind gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusind", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat da NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_de.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_de.test.ts.snap new file mode 100644 index 00000000000..e247ebd41a4 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_de.test.ts.snap @@ -0,0 +1,13537 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 Tausend–+20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 Tausend–+20 Tausend Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 Tausend–+20 Tausend Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 Tausend–20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 Tausend–20 Tausend Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 Tausend–20 Tausend Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 Tausend–+20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 Tausend–+20 Tausend Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 Tausend–+20 Tausend Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 Tausend–20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 Tausend–20 Tausend Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 Tausend–20 Tausend Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 Grad Celsius"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 Gallonen"`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Grad Celsius", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Gallonen", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 Tausend–+20 Tausend b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 Tausend–+20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 Tausend–+20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 Tausend–20 Tausend b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 Tausend–20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 Tausend–20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 Tausend–+20 Tausend b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 Tausend–+20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 Tausend–+20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 Tausend–20 Tausend b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 Tausend–20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 Tausend–20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 b"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 Tausend–+20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 Tausend–+20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 Tausend–+20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 Tausend–20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 Tausend–20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 Tausend–20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 Tausend–+20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 Tausend–+20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 Tausend–+20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "Tausend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 Tausend–20 Tausend Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 Tausend–20 Tausend °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 Tausend–20 Tausend gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "Tausend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 Bit"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "Bit", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat de NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_en-BS.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_en-BS.test.ts.snap new file mode 100644 index 00000000000..53294814320 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_en-BS.test.ts.snap @@ -0,0 +1,12897 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 thousand–+20 thousand bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 thousand–+20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 thousand–+20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 thousand–20 thousand bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 thousand–20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 thousand–20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 thousand–+20 thousand bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 thousand–+20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 thousand–+20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 thousand–20 thousand bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 thousand–20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 thousand–20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bits"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 US gallons"`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 thousand–+20 thousandbit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 thousand–+20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 thousand–20 thousandbit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 thousand–20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 thousand–+20 thousandbit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 thousand–+20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 thousand–20 thousandbit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 thousand–20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000USgal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 thousand–+20 thousand bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 thousand–+20 thousand US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 thousand–20 thousand bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 thousand–20 thousand US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 thousand–+20 thousand bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 thousand–+20 thousand US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 thousand–20 thousand bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 thousand–20 thousand US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 US gal"`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-BS NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_en-GB.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_en-GB.test.ts.snap new file mode 100644 index 00000000000..c74ff810402 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_en-GB.test.ts.snap @@ -0,0 +1,12897 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 thousand–+20 thousand bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 thousand–+20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 thousand–+20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 thousand–20 thousand bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 thousand–20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 thousand–20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 thousand–+20 thousand bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 thousand–+20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 thousand–+20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 thousand–20 thousand bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 thousand–20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 thousand–20 thousand US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bits"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 US gallons"`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gallons", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 thousand–+20 thousandbit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 thousand–+20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 thousand–20 thousandbit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 thousand–20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 thousand–+20 thousandbit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 thousand–+20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 thousand–20 thousandbit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 thousand–20 thousandUSgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000USgal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "USgal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 thousand–+20 thousand bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 thousand–+20 thousand US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 thousand–20 thousand bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 thousand–20 thousand US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 thousand–+20 thousand bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 thousand–+20 thousand US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 thousand–20 thousand bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 thousand–20 thousand US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "US gal", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 US gal"`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en-GB NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "US gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_en.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_en.test.ts.snap new file mode 100644 index 00000000000..87074de45d1 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_en.test.ts.snap @@ -0,0 +1,12897 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 thousand–+20 thousand bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 thousand–+20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 thousand–+20 thousand gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 thousand–20 thousand bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 thousand–20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 thousand–20 thousand gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 thousand–+20 thousand bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 thousand–+20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 thousand–+20 thousand gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 thousand–20 thousand bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 thousand–20 thousand degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 thousand–20 thousand gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bits"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 degrees Celsius"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 gallons"`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrees Celsius", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 thousand–+20 thousandbit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 thousand–+20 thousandgal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 thousand–20 thousandbit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 thousand–20 thousandgal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 thousand–+20 thousandbit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 thousand–+20 thousandgal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 thousand–20 thousandbit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 thousand–20 thousandgal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000gal"`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 thousand–+20 thousand bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 thousand–+20 thousand gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 thousand–20 thousand bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 thousand–20 thousand gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 thousand–+20 thousand bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 thousand–+20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 thousand–+20 thousand gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "thousand", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 thousand–20 thousand bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 thousand–20 thousand°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 thousand–20 thousand gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "thousand", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 gal"`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat en NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_es.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_es.test.ts.snap new file mode 100644 index 00000000000..931106fee10 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_es.test.ts.snap @@ -0,0 +1,13153 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mil-+20 mil bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mil-+20 mil grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mil-+20 mil galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mil-20 mil bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mil-20 mil grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mil-20 mil galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mil-+20 mil bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mil-+20 mil grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mil-+20 mil galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mil-20 mil bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mil-20 mil grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mil-20 mil galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 grados Celsius"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 galones"`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grados Celsius", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galones", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 milb-+20 milb"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mil-+20 mil°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mil-+20 milgal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3b-+20E3b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4b-+2E4b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000b-+20.000b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 milb-20 milb"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mil-20 mil°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mil-20 milgal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3b-20E3b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4b-2E4b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000b-20.000b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 milb-+20 milb"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mil-+20 mil°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mil-+20 milgal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3b-+20E3b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4b-+2E4b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000b-+20.000b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 milb-20 milb"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mil-20 mil°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mil-20 milgal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3b-20E3b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4b-2E4b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000b-20.000b"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000gal"`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mil-+20 mil b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mil-+20 mil °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mil-+20 mil gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mil-20 mil b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mil-20 mil °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mil-20 mil gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mil-+20 mil b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mil-+20 mil °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mil-+20 mil gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mil-20 mil b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mil-20 mil °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mil-20 mil gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 b"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000 °C"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat es NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_fr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_fr.test.ts.snap new file mode 100644 index 00000000000..ac6cdbe3a45 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_fr.test.ts.snap @@ -0,0 +1,13057 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mille–+20 mille bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mille–+20 mille degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mille–+20 mille gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mille–20 mille bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mille–20 mille degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mille–20 mille gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mille–+20 mille bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mille–+20 mille degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mille–+20 mille gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mille–20 mille bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mille–20 mille degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mille–20 mille gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 bits"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 degrés Celsius"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 gallons"`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "degrés Celsius", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallons", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 mille–+20 millebit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mille–+20 mille°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mille–+20 millegal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 mille–20 millebit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mille–20 mille°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mille–20 millegal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 mille–+20 millebit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mille–+20 mille°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mille–+20 millegal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 mille–20 millebit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mille–20 mille°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mille–20 millegal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000bit"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000°C"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000gal"`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mille–+20 mille bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mille–+20 mille °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mille–+20 mille gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mille–20 mille bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mille–20 mille °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mille–20 mille gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mille–+20 mille bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mille–+20 mille °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mille–+20 mille gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mille", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mille–20 mille bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mille–20 mille °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mille–20 mille gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mille", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mille", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 bit"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 gal"`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat fr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_id.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_id.test.ts.snap new file mode 100644 index 00000000000..c8afaf13f95 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_id.test.ts.snap @@ -0,0 +1,13217 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 ribu–+20 ribu derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 ribu–+20 ribu galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 ribu–20 ribu derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 ribu–20 ribu galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 ribu–+20 ribu derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 ribu–+20 ribu galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 ribu–20 ribu derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 ribu–20 ribu galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 derajat Celsius"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 galon"`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "derajat Celsius", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000°C"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat id NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_it.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_it.test.ts.snap new file mode 100644 index 00000000000..46f3896c810 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_it.test.ts.snap @@ -0,0 +1,13057 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mila-+20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mila-+20 mila gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mila-+20 mila galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mila-20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mila-20 mila gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mila-20 mila galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mila-+20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mila-+20 mila gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mila-+20 mila galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mila-20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mila-20 mila gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mila-20 mila galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 gradi Celsius"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 galloni"`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gradi Celsius", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galloni", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 mila-+20 milabit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mila-+20 mila°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mila-+20 milagal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000-+20.000bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 mila-20 milabit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mila-20 mila°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mila-20 milagal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000-20.000bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 mila-+20 milabit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mila-+20 mila°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mila-+20 milagal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000-+20.000bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 mila-20 milabit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mila-20 mila°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mila-20 milagal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000-20.000bit"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000gal"`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mila-+20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mila-+20 mila °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mila-+20 mila gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mila-20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mila-20 mila °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mila-20 mila gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mila-+20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mila-+20 mila °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mila-+20 mila gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mila", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mila-20 mila bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mila-20 mila °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mila-20 mila gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mila", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mila", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 bit"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000 °C"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat it NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_ja.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_ja.test.ts.snap new file mode 100644 index 00000000000..d702418ec90 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_ja.test.ts.snap @@ -0,0 +1,12929 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1万~+2万 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"摂氏 +1万~摂氏 +2万 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1万~+2万 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3~+20E3 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"摂氏 +10E3~摂氏 +20E3 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3~+20E3 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "11", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "12", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4~+2E4 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"摂氏 +1E4~摂氏 +2E4 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4~+2E4 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "11", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "12", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000~+20,000 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"摂氏 +10,000~摂氏 +20,000 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000~+20,000 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1万~2万 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"摂氏 1万~摂氏 2万 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1万~2万 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3~20E3 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"摂氏 10E3~摂氏 20E3 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3~20E3 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4~2E4 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"摂氏 1E4~摂氏 2E4 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4~2E4 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000~20,000 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"摂氏 10,000~摂氏 20,000 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000~20,000 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1万~+2万 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"摂氏 +1万~摂氏 +2万 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1万~+2万 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "10", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3~+20E3 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"摂氏 +10E3~摂氏 +20E3 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3~+20E3 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "11", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "12", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4~+2E4 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"摂氏 +1E4~摂氏 +2E4 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4~+2E4 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "11", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "12", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000~+20,000 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"摂氏 +10,000~摂氏 +20,000 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000~+20,000 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "11", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "12", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "13", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "14", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1万~2万 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"摂氏 1万~摂氏 2万 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1万~2万 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3~20E3 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"摂氏 10E3~摂氏 20E3 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3~20E3 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4~2E4 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"摂氏 1E4~摂氏 2E4 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4~2E4 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "摂氏", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000~20,000 ビット"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"摂氏 10,000~摂氏 20,000 度"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000~20,000 ガロン"`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ビット", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "摂氏", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "12", + "source": "endRange", + "type": "unit", + "value": "度", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ガロン", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1万b~+2万b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1万~+2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1万~+2万gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3b~+20E3b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3~+20E3gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4b~+2E4b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4~+2E4gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000b~+20,000b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000~+20,000gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1万b~2万b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1万~2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1万~2万gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3b~20E3b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3~20E3gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4b~2E4b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4~2E4gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000b~20,000b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000~20,000gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1万b~+2万b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1万~+2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1万~+2万gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3b~+20E3b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3~+20E3gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4b~+2E4b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4~+2E4gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000b~+20,000b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000~+20,000gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1万b~2万b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1万~2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1万~2万gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3b~20E3b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3~20E3gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4b~2E4b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4~2E4gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000b~20,000b"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000~20,000gal"`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1万~+2万 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1万~+2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1万~+2万 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3~+20E3 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3~+20E3 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4~+2E4 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4~+2E4 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000~+20,000 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000~+20,000 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1万~2万 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1万~2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1万~2万 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3~20E3 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3~20E3 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4~2E4 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4~2E4 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000~20,000 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000~20,000 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1万~+2万 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1万~+2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1万~+2万 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3~+20E3 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3~+20E3 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4~+2E4 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4~+2E4 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000~+20,000 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000~+20,000 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1万~2万 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1万~2万°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1万~2万 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3~20E3 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3~20E3 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4~2E4 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4~2E4 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000~20,000 bit"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000~20,000 gal"`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ja NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_ko.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_ko.test.ts.snap new file mode 100644 index 00000000000..ef7f03cb520 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_ko.test.ts.snap @@ -0,0 +1,11889 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1만~+2만비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"섭씨 +1만도~2만도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1만~+2만갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3~+20E3비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"섭씨 +10E3도~20E3도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3~+20E3갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "6", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "11", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4~+2E4비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"섭씨 +1E4도~2E4도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4~+2E4갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "6", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "11", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000~+20,000비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"섭씨 +10,000도~20,000도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000~+20,000갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1만~2만비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"섭씨 1만도~2만도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1만~2만갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3~20E3비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"섭씨 10E3도~20E3도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3~20E3갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4~2E4비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"섭씨 1E4도~2E4도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4~2E4갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000~20,000비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"섭씨 10,000도~20,000도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000~20,000갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1만~+2만비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"섭씨 +1만도~2만도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1만~+2만갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3~+20E3비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"섭씨 +10E3도~20E3도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3~+20E3갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "6", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "11", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4~+2E4비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"섭씨 +1E4도~2E4도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4~+2E4갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "5", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "6", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "10", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "11", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000~+20,000비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"섭씨 +10,000도~20,000도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000~+20,000갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "4", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "5", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "6", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "7", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "9", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "10", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "11", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1만~2만비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"섭씨 1만도~2만도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1만~2만갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3~20E3비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"섭씨 10E3도~20E3도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3~20E3갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4~2E4비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"섭씨 1E4도~2E4도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4~2E4갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "4", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "unit", + "value": "섭씨", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000~20,000비트"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"섭씨 10,000도~20,000도"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000~20,000갤런"`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "비트", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "unit", + "value": "섭씨", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "3", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "4", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "5", + "source": "startRange", + "type": "unit", + "value": "도", + }, + { + "result": "6", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "도", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "갤런", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1만~+2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1만~+2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1만~+2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3~+20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3~+20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4~+2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4~+2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000~+20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000~+20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1만~2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1만~2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1만~2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3~20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3~20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4~2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4~2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000~20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000~20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1만~+2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1만~+2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1만~+2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3~+20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3~+20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4~+2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4~+2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000~+20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000~+20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1만~2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1만~2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1만~2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3~20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3~20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4~2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4~2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000~20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000~20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1만~+2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1만~+2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1만~+2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3~+20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3~+20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4~+2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4~+2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000~+20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000~+20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1만~2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1만~2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1만~2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3~20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3~20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4~2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4~2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000~20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000~20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1만~+2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1만~+2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1만~+2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3~+20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3~+20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3~+20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4~+2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4~+2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4~+2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000~+20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000~+20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000~+20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "만", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1만~2만bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1만~2만°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1만~2만gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "만", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "만", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3~20E3bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3~20E3°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3~20E3gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4~2E4bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4~2E4°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4~2E4gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000~20,000bit"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000~20,000°C"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000~20,000gal"`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ko NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "~", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_ms.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_ms.test.ts.snap new file mode 100644 index 00000000000..0c16772d7ce --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_ms.test.ts.snap @@ -0,0 +1,13057 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 ribu–+20 ribu darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 ribu–+20 ribu gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 ribu–20 ribu darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 ribu–20 ribu gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 ribu–+20 ribu darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 ribu–+20 ribu gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000–+20,000 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000–+20,000 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 ribu–20 ribu darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 ribu–20 ribu gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000–20,000 darjah Celsius"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000–20,000 gelen"`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "darjah Celsius", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gelen", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 ribu–+20 ribubit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 ribu–20 ribubit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 ribu–+20 ribubit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000–+20,000bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000–+20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 ribu–20 ribubit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000–20,000bit"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000–20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 ribu–+20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 ribu–+20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 ribu–+20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000–+20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000–+20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000–+20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "ribu", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 ribu–20 ribu bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 ribu–20 ribu°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 ribu–20 ribu gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "ribu", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000–20,000 bit"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000–20,000°C"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000–20,000 gal"`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ms NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_nb.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_nb.test.ts.snap new file mode 100644 index 00000000000..30326988d71 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_nb.test.ts.snap @@ -0,0 +1,13377 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tusen–+20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tusen–+20 tusen grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tusen–+20 tusen gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tusen–20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tusen–20 tusen grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tusen–20 tusen gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tusen–+20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tusen–+20 tusen grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tusen–+20 tusen gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tusen–20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tusen–20 tusen grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tusen–20 tusen gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 grader celsius"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 gallon"`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader celsius", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tusen–+20 tusenbit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tusen–+20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tusen–+20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tusen–20 tusenbit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tusen–20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tusen–20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tusen–+20 tusenbit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tusen–+20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tusen–+20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tusen–20 tusenbit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tusen–20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tusen–20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000bit"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tusen–+20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tusen–+20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tusen–+20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tusen–20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tusen–20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tusen–20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tusen–+20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tusen–+20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tusen–+20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tusen–20 tusen bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tusen–20 tusen °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tusen–20 tusen gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 bit"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 gal"`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nb NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_nl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_nl.test.ts.snap new file mode 100644 index 00000000000..75a6f649015 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_nl.test.ts.snap @@ -0,0 +1,13313 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 duizend-+20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 duizend-+20 duizend graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 duizend-+20 duizend gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 duizend-20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 duizend-20 duizend graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 duizend-20 duizend gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 duizend-+20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 duizend-+20 duizend graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 duizend-+20 duizend gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000-+20.000 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000-+20.000 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 duizend-20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 duizend-20 duizend graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 duizend-20 duizend gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000-20.000 graden Celsius"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000-20.000 gallon"`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graden Celsius", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 duizend-+20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 duizend°-+20 duizend°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 duizend-+20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3°-+20E3°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4°-+2E4°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000°-+20.000°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 duizend-20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 duizend°-20 duizend°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 duizend-20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3°-20E3°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4°-2E4°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000°-20.000°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 duizend-+20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 duizend°-+20 duizend°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 duizend-+20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3°-+20E3°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4°-+2E4°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000°-+20.000°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 duizend-20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 duizend°-20 duizend°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 duizend-20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3°-20E3°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4°-2E4°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000°-20.000°"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "°", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 duizend-+20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 duizend-+20 duizend°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 duizend-+20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 duizend-20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 duizend-20 duizend°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 duizend-20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 duizend-+20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 duizend-+20 duizend°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 duizend-+20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000-+20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000-+20.000°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000-+20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "duizend", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 duizend-20 duizend bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 duizend-20 duizend°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 duizend-20 duizend gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "duizend", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000-20.000 bits"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000-20.000°C"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000-20.000 gal"`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat nl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_pl.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_pl.test.ts.snap new file mode 100644 index 00000000000..d4ae746df9f --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_pl.test.ts.snap @@ -0,0 +1,13377 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tysięcy–+20 tysięcy bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tysięcy–+20 tysięcy stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tysięcy–+20 tysięcy galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tysięcy–20 tysięcy bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tysięcy–20 tysięcy stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tysięcy–20 tysięcy galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tysięcy–+20 tysięcy bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tysięcy–+20 tysięcy stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tysięcy–+20 tysięcy galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tysięcy–20 tysięcy bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tysięcy–20 tysięcy stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tysięcy–20 tysięcy galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 bitów"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 stopni Celsjusza"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 galonów amerykańskich"`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bitów", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "stopni Celsjusza", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galonów amerykańskich", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tysięcy–+20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tysięcy–+20 tysięcy°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tysięcy–+20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tysięcy–20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tysięcy–20 tysięcy°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tysięcy–20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tysięcy–+20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tysięcy–+20 tysięcy°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tysięcy–+20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tysięcy–20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tysięcy–20 tysięcy°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tysięcy–20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000°C"`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tysięcy–+20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tysięcy–+20 tysięcy st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tysięcy–+20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tysięcy–20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tysięcy–20 tysięcy st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tysięcy–20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tysięcy–+20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tysięcy–+20 tysięcy st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tysięcy–+20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tysięcy", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tysięcy–20 tysięcy b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tysięcy–20 tysięcy st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tysięcy–20 tysięcy gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tysięcy", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal am.", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 b"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 st. C"`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 gal am."`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "st. C", + }, +] +`; + +exports[`Intl.NumberFormat pl NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal am.", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_pt.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_pt.test.ts.snap new file mode 100644 index 00000000000..3bdfc7da6dd --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_pt.test.ts.snap @@ -0,0 +1,13537 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mil–+20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mil–+20 mil graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mil–+20 mil galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mil–20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mil–20 mil graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mil–20 mil galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 mil–+20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 mil–+20 mil graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 mil–+20 mil galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 mil–20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 mil–20 mil graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 mil–20 mil galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 graus Celsius"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 galões"`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "graus Celsius", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galões", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 mil–+20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mil–+20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mil–+20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 mil–20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mil–20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mil–20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 mil–+20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 mil–+20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 mil–+20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 mil–20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 mil–20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 mil–20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mil–+20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mil–+20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mil–+20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mil–20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mil–20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mil–20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 mil–+20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 mil–+20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 mil–+20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "mil", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 mil–20 mil bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 mil–20 mil °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 mil–20 mil gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "mil", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "mil", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 bits"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bits", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat pt NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_ru.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_ru.test.ts.snap new file mode 100644 index 00000000000..7a31399a05d --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_ru.test.ts.snap @@ -0,0 +1,13537 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 тысяч–+20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 тысяч–+20 тысяч градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 тысяч–+20 тысяч амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 тысяч–20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 тысяч–20 тысяч градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 тысяч–20 тысяч амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 тысяч–+20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 тысяч–+20 тысяч градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 тысяч–+20 тысяч амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 тысяч–20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 тысяч–20 тысяч градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 тысяч–20 тысяч амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 градусов Цельсия"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 амер. галлонов"`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусов Цельсия", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "амер. галлонов", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 тысяч–+20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 тысяч–+20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 тысяч–+20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 тысяч–20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 тысяч–20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 тысяч–20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 тысяч–+20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 тысяч–+20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 тысяч–+20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000–+20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 тысяч–20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 тысяч–20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 тысяч–20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000–20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 тысяч–+20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 тысяч–+20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 тысяч–+20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 тысяч–20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 тысяч–20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 тысяч–20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 тысяч–+20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 тысяч–+20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 тысяч–+20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тысяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 тысяч–20 тысяч бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 тысяч–20 тысяч °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 тысяч–20 тысяч ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тысяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "ам. гал.", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 бит"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 ам. гал."`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бит", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat ru NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "ам. гал.", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_sv.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_sv.test.ts.snap new file mode 100644 index 00000000000..61733fe80cc --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_sv.test.ts.snap @@ -0,0 +1,13153 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tusen‒+20 tusen bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tusen‒+20 tusen grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tusen‒+20 tusen gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10×10^3‒+20×10^3 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10×10^3‒+20×10^3 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10×10^3‒+20×10^3 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1×10^4‒+2×10^4 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1×10^4‒+2×10^4 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1×10^4‒+2×10^4 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000‒+20 000 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000‒+20 000 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000‒+20 000 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tusen‒20 tusen bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tusen‒20 tusen grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tusen‒20 tusen gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10×10^3‒20×10^3 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10×10^3‒20×10^3 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10×10^3‒20×10^3 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1×10^4‒2×10^4 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1×10^4‒2×10^4 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1×10^4‒2×10^4 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000‒20 000 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000‒20 000 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000‒20 000 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 tusen‒+20 tusen bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 tusen‒+20 tusen grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 tusen‒+20 tusen gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10×10^3‒+20×10^3 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10×10^3‒+20×10^3 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10×10^3‒+20×10^3 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1×10^4‒+2×10^4 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1×10^4‒+2×10^4 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1×10^4‒+2×10^4 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000‒+20 000 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000‒+20 000 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000‒+20 000 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 tusen‒20 tusen bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 tusen‒20 tusen grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 tusen‒20 tusen gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10×10^3‒20×10^3 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10×10^3‒20×10^3 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10×10^3‒20×10^3 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1×10^4‒2×10^4 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1×10^4‒2×10^4 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1×10^4‒2×10^4 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000‒20 000 bit"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000‒20 000 grader Celsius"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000‒20 000 gallon"`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "grader Celsius", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gallon", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tusenb‒+20 tusenb"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tusen‒+20 tusen°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tusen‒+20 tusengal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10×10^3b‒+20×10^3b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10×10^3‒+20×10^3°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10×10^3‒+20×10^3gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1×10^4b‒+2×10^4b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1×10^4‒+2×10^4°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1×10^4‒+2×10^4gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000b‒+20 000b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000‒+20 000°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000‒+20 000gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tusenb‒20 tusenb"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tusen‒20 tusen°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tusen‒20 tusengal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10×10^3b‒20×10^3b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10×10^3‒20×10^3°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10×10^3‒20×10^3gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1×10^4b‒2×10^4b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1×10^4‒2×10^4°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1×10^4‒2×10^4gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000b‒20 000b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000‒20 000°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000‒20 000gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 tusenb‒+20 tusenb"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 tusen‒+20 tusen°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 tusen‒+20 tusengal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10×10^3b‒+20×10^3b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10×10^3‒+20×10^3°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10×10^3‒+20×10^3gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1×10^4b‒+2×10^4b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1×10^4‒+2×10^4°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1×10^4‒+2×10^4gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000b‒+20 000b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000‒+20 000°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000‒+20 000gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 tusenb‒20 tusenb"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 tusen‒20 tusen°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 tusen‒20 tusengal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10×10^3b‒20×10^3b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10×10^3‒20×10^3°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10×10^3‒20×10^3gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1×10^4b‒2×10^4b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1×10^4‒2×10^4°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1×10^4‒2×10^4gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000b‒20 000b"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000‒20 000°C"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000‒20 000gal"`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "b", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tusen‒+20 tusen b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tusen‒+20 tusen °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tusen‒+20 tusen gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10×10^3‒+20×10^3 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10×10^3‒+20×10^3 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10×10^3‒+20×10^3 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1×10^4‒+2×10^4 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1×10^4‒+2×10^4 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1×10^4‒+2×10^4 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000‒+20 000 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000‒+20 000 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000‒+20 000 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tusen‒20 tusen b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tusen‒20 tusen °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tusen‒20 tusen gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10×10^3‒20×10^3 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10×10^3‒20×10^3 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10×10^3‒20×10^3 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1×10^4‒2×10^4 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1×10^4‒2×10^4 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1×10^4‒2×10^4 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000‒20 000 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000‒20 000 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000‒20 000 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 tusen‒+20 tusen b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 tusen‒+20 tusen °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 tusen‒+20 tusen gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10×10^3‒+20×10^3 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10×10^3‒+20×10^3 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10×10^3‒+20×10^3 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1×10^4‒+2×10^4 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1×10^4‒+2×10^4 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1×10^4‒+2×10^4 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000‒+20 000 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000‒+20 000 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000‒+20 000 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "tusen", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 tusen‒20 tusen b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 tusen‒20 tusen °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 tusen‒20 tusen gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "tusen", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10×10^3‒20×10^3 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10×10^3‒20×10^3 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10×10^3‒20×10^3 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "×10^", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1×10^4‒2×10^4 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1×10^4‒2×10^4 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1×10^4‒2×10^4 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "×10^", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000‒20 000 b"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000‒20 000 °C"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000‒20 000 gal"`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat sv NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "‒", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_th.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_th.test.ts.snap new file mode 100644 index 00000000000..3259c14f47a --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_th.test.ts.snap @@ -0,0 +1,12897 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1 หมื่น-+2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+1 หมื่น-+2 หมื่น องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1 หมื่น-+2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000-+20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000-+20,000 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000-+20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1 หมื่น-2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"1 หมื่น-2 หมื่น องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1 หมื่น-2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000-20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000-20,000 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000-20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1 หมื่น-+2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+1 หมื่น-+2 หมื่น องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1 หมื่น-+2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000-+20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000-+20,000 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000-+20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1 หมื่น-2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"1 หมื่น-2 หมื่น องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1 หมื่น-2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000-20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000-20,000 องศาเซลเซียส"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000-20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "องศาเซลเซียส", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1 หมื่น-+2 หมื่นบิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1 หมื่น-+2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1 หมื่น-+2 หมื่นแกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000-+20,000บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000-+20,000แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1 หมื่น-2 หมื่นบิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1 หมื่น-2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1 หมื่น-2 หมื่นแกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000-20,000บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000-20,000แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1 หมื่น-+2 หมื่นบิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1 หมื่น-+2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1 หมื่น-+2 หมื่นแกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000-+20,000บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000-+20,000แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1 หมื่น-2 หมื่นบิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1 หมื่น-2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1 หมื่น-2 หมื่นแกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000-20,000บิต"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000-20,000แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1 หมื่น-+2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1 หมื่น-+2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1 หมื่น-+2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000-+20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000-+20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1 หมื่น-2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1 หมื่น-2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1 หมื่น-2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000-20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000-20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1 หมื่น-+2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1 หมื่น-+2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1 หมื่น-+2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000-+20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000-+20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "หมื่น", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1 หมื่น-2 หมื่น บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1 หมื่น-2 หมื่น°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1 หมื่น-2 หมื่น แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "หมื่น", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "แกลลอน", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000-20,000 บิต"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000-20,000 แกลลอน"`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "บิต", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat th NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "แกลลอน", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_tr.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_tr.test.ts.snap new file mode 100644 index 00000000000..c70fa7c83ab --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_tr.test.ts.snap @@ -0,0 +1,13377 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 bin–+20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 bin–+20 bin santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 bin–+20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 bin–20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 bin–20 bin santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 bin–20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 bin–+20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 bin–+20 bin santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 bin–+20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3–+20E3 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3–+20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4–+2E4 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4–+2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10.000–+20.000 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10.000–+20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 bin–20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 bin–20 bin santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 bin–20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3–20E3 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3–20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4–2E4 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4–2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10.000–20.000 santigrat derece"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10.000–20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "santigrat derece", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 bin–+20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 bin–+20 bin °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 bin–+20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 bin–20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 bin–20 bin °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 bin–20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 bin–+20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 bin–+20 bin °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 bin–+20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3–+20E3 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3–+20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4–+2E4 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4–+2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10.000–+20.000 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10.000–+20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 bin–20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 bin–20 bin °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 bin–20 bin galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3–20E3 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3–20E3 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4–2E4 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4–2E4 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10.000–20.000 °C"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10.000–20.000 galon"`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "galon", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 bin–+20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 bin–+20 bin°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 bin–+20 bin gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 bin–20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 bin–20 bin°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 bin–20 bin gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 bin–+20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 bin–+20 bin°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 bin–+20 bin gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3–+20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3–+20E3°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3–+20E3 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4–+2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4–+2E4°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4–+2E4 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10.000–+20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10.000–+20.000°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10.000–+20.000 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "bin", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 bin–20 bin bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 bin–20 bin°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 bin–20 bin gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "bin", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "bin", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3–20E3 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3–20E3°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3–20E3 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4–2E4 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4–2E4°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4–2E4 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ".", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10.000–20.000 bit"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10.000–20.000°C"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10.000–20.000 gal"`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "bit", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat tr NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ".", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ".", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_uk.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_uk.test.ts.snap new file mode 100644 index 00000000000..48b40679bff --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_uk.test.ts.snap @@ -0,0 +1,13153 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 тисяч–+20 тисяч бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 тисяч–+20 тисяч градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 тисяч–+20 тисяч галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10Е3–+20Е3 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10Е3–+20Е3 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10Е3–+20Е3 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1Е4–+2Е4 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1Е4–+2Е4 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1Е4–+2Е4 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 тисяч–20 тисяч бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 тисяч–20 тисяч градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 тисяч–20 тисяч галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10Е3–20Е3 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10Е3–20Е3 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10Е3–20Е3 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1Е4–2Е4 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1Е4–2Е4 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1Е4–2Е4 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+10 тисяч–+20 тисяч бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+10 тисяч–+20 тисяч градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+10 тисяч–+20 тисяч галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10Е3–+20Е3 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10Е3–+20Е3 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10Е3–+20Е3 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1Е4–+2Е4 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1Е4–+2Е4 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1Е4–+2Е4 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10 000–+20 000 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10 000–+20 000 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10 000–+20 000 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"10 тисяч–20 тисяч бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"10 тисяч–20 тисяч градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"10 тисяч–20 тисяч галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10Е3–20Е3 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10Е3–20Е3 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10Е3–20Е3 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1Е4–2Е4 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1Е4–2Е4 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1Е4–2Е4 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10 000–20 000 бітів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10 000–20 000 градусів Цельсія"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10 000–20 000 галонів"`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "бітів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "градусів Цельсія", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "галонів", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 тисячб–+20 тисячб"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 тисяч–+20 тисяч°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 тисяч–+20 тисячгал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10Е3б–+20Е3б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10Е3–+20Е3°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10Е3–+20Е3гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1Е4б–+2Е4б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1Е4–+2Е4°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1Е4–+2Е4гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000б–+20 000б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 тисячб–20 тисячб"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 тисяч–20 тисяч°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 тисяч–20 тисячгал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10Е3б–20Е3б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10Е3–20Е3°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10Е3–20Е3гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1Е4б–2Е4б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1Е4–2Е4°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1Е4–2Е4гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000б–20 000б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+10 тисячб–+20 тисячб"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+10 тисяч–+20 тисяч°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+10 тисяч–+20 тисячгал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10Е3б–+20Е3б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10Е3–+20Е3°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10Е3–+20Е3гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1Е4б–+2Е4б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1Е4–+2Е4°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1Е4–+2Е4гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "9", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10 000б–+20 000б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10 000–+20 000°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10 000–+20 000гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "5", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "6", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "8", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "9", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"10 тисячб–20 тисячб"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"10 тисяч–20 тисяч°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"10 тисяч–20 тисячгал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10Е3б–20Е3б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10Е3–20Е3°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10Е3–20Е3гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1Е4б–2Е4б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1Е4–2Е4°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1Е4–2Е4гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10 000б–20 000б"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10 000–20 000°C"`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10 000–20 000гал."`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "startRange", + "type": "unit", + "value": "б", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "6", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "7", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 тисяч–+20 тисяч б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 тисяч–+20 тисяч °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 тисяч–+20 тисяч гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10Е3–+20Е3 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10Е3–+20Е3 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10Е3–+20Е3 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1Е4–+2Е4 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1Е4–+2Е4 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1Е4–+2Е4 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 тисяч–20 тисяч б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 тисяч–20 тисяч °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 тисяч–20 тисяч гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10Е3–20Е3 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10Е3–20Е3 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10Е3–20Е3 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1Е4–2Е4 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1Е4–2Е4 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1Е4–2Е4 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+10 тисяч–+20 тисяч б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+10 тисяч–+20 тисяч °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+10 тисяч–+20 тисяч гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10Е3–+20Е3 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10Е3–+20Е3 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10Е3–+20Е3 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1Е4–+2Е4 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1Е4–+2Е4 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1Е4–+2Е4 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10 000–+20 000 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10 000–+20 000 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10 000–+20 000 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "compact", + "value": "тисяч", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"10 тисяч–20 тисяч б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"10 тисяч–20 тисяч °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"10 тисяч–20 тисяч гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "literal", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "тисяч", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10Е3–20Е3 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10Е3–20Е3 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10Е3–20Е3 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "Е", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1Е4–2Е4 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1Е4–2Е4 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1Е4–2Е4 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "Е", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": " ", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "гал.", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10 000–20 000 б"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10 000–20 000 °C"`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10 000–20 000 гал."`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "б", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat uk NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": " ", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "–", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "гал.", + }, +] +`; diff --git a/packages/intl-numberformat/tests/__snapshots__/unit_zh.test.ts.snap b/packages/intl-numberformat/tests/__snapshots__/unit_zh.test.ts.snap new file mode 100644 index 00000000000..e33559c1262 --- /dev/null +++ b/packages/intl-numberformat/tests/__snapshots__/unit_zh.test.ts.snap @@ -0,0 +1,11841 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1万-+2万比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+1万-+2万摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1万-+2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000-+20,000比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000-+20,000摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000-+20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1万-2万比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"1万-2万摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1万-2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000-20,000比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000-20,000摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000-20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"+1万-+2万比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"+1万-+2万摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"+1万-+2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"+10E3-+20E3比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"+10E3-+20E3摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"+10E3-+20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"+1E4-+2E4比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"+1E4-+2E4摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"+1E4-+2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"+10,000-+20,000比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"+10,000-+20,000摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"+10,000-+20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 4`] = `"1万-2万比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 5`] = `"1万-2万摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 6`] = `"1万-2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 4`] = `"10E3-20E3比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 5`] = `"10E3-20E3摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 6`] = `"10E3-20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 4`] = `"1E4-2E4比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 5`] = `"1E4-2E4摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 6`] = `"1E4-2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 4`] = `"10,000-20,000比特"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 5`] = `"10,000-20,000摄氏度"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 6`] = `"10,000-20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "比特", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "摄氏度", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat long, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=long 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1万-+2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1万-+2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1万-+2万gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000-+20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000-+20,000gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1万-2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1万-2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1万-2万gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000-20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000-20,000gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"+1万-+2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"+1万-+2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"+1万-+2万gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"+10E3-+20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"+10E3-+20E3gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"+1E4-+2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"+1E4-+2E4gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"+10,000-+20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"+10,000-+20,000gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 4`] = `"1万-2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 5`] = `"1万-2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 6`] = `"1万-2万gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 4`] = `"10E3-20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 6`] = `"10E3-20E3gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 4`] = `"1E4-2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 6`] = `"1E4-2E4gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 4`] = `"10,000-20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 6`] = `"10,000-20,000gal"`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat narrow, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=narrow 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "gal", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1万-+2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1万-+2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1万-+2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000-+20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000-+20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=always, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1万-2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1万-2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1万-2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000-20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000-20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=auto, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"+1万-+2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"+1万-+2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"+1万-+2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "5", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "6", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"+10E3-+20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"+10E3-+20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"+10E3-+20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"+1E4-+2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"+1E4-+2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"+1E4-+2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "3", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "7", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "8", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "plusSign", + "value": "+", + }, + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"+10,000-+20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"+10,000-+20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"+10,000-+20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "10", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=exceptZero, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "1", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "2", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "3", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "4", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "5", + "source": "endRange", + "type": "plusSign", + "value": "+", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "7", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "8", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "9", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "compact", + "value": "万", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 4`] = `"1万-2万 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 5`] = `"1万-2万°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 6`] = `"1万-2万加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "6", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=compact, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "compact", + "value": "万", + }, + { + "result": "2", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "3", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "4", + "source": "endRange", + "type": "compact", + "value": "万", + }, + { + "result": "5", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "3", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 4`] = `"10E3-20E3 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 5`] = `"10E3-20E3°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 6`] = `"10E3-20E3加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=engineering, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "3", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "1", + }, + { + "type": "exponentSeparator", + "value": "E", + }, + { + "type": "exponentInteger", + "value": "4", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 4`] = `"1E4-2E4 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 5`] = `"1E4-2E4°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 6`] = `"1E4-2E4加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=scientific, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "1", + }, + { + "result": "1", + "source": "startRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "2", + "source": "startRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "2", + }, + { + "result": "5", + "source": "endRange", + "type": "exponentSeparator", + "value": "E", + }, + { + "result": "6", + "source": "endRange", + "type": "exponentInteger", + "value": "4", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 1`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "literal", + "value": " ", + }, + { + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 2`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 3`] = ` +[ + { + "type": "integer", + "value": "10", + }, + { + "type": "group", + "value": ",", + }, + { + "type": "integer", + "value": "000", + }, + { + "type": "unit", + "value": "加仑", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 4`] = `"10,000-20,000 b"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 5`] = `"10,000-20,000°C"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 6`] = `"10,000-20,000加仑"`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 7`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "literal", + "value": " ", + }, + { + "result": "8", + "source": "endRange", + "type": "unit", + "value": "b", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 8`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "°C", + }, +] +`; + +exports[`Intl.NumberFormat zh NumberFormat short, unitDisplay=never, signDisplay=standard, notation=long, compactDisplay=short 9`] = ` +[ + { + "result": "0", + "source": "startRange", + "type": "integer", + "value": "10", + }, + { + "result": "1", + "source": "startRange", + "type": "group", + "value": ",", + }, + { + "result": "2", + "source": "startRange", + "type": "integer", + "value": "000", + }, + { + "result": "3", + "source": "shared", + "type": "literal", + "value": "-", + }, + { + "result": "4", + "source": "endRange", + "type": "integer", + "value": "20", + }, + { + "result": "5", + "source": "endRange", + "type": "group", + "value": ",", + }, + { + "result": "6", + "source": "endRange", + "type": "integer", + "value": "000", + }, + { + "result": "7", + "source": "endRange", + "type": "unit", + "value": "加仑", + }, +] +`; diff --git a/packages/intl-numberformat/tests/currency-compact.test.ts b/packages/intl-numberformat/tests/currency-compact.test.ts deleted file mode 100644 index d1a555ac7b1..00000000000 --- a/packages/intl-numberformat/tests/currency-compact.test.ts +++ /dev/null @@ -1,104 +0,0 @@ -import '@formatjs/intl-pluralrules/polyfill' -import {NumberFormat} from '../src/core' -import {NumberFormatOptions} from '@formatjs/ecma402-abstract' - -const LOCALES = [ - 'en', - 'en-GB', - 'da', - 'de', - 'es', - 'fr', - 'id', - 'it', - 'ja', - 'ko', - 'ms', - 'nb', - 'nl', - 'pl', - 'pt', - 'ru', - 'sv', - 'th', - 'tr', - 'uk', - 'zh', - 'en-BS', -] - -LOCALES.forEach(locale => { - require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) - NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) -}) - -const SIGN_DISPLAYS: Array = [ - 'auto', - 'always', - 'never', - 'exceptZero', -] - -const COMPACT_DISPLAYS: Array = [ - 'long', - 'short', -] - -const CURRENCY_DISPLAYS: Array = [ - 'code', - 'symbol', - 'name', - 'narrowSymbol', -] - -const CURRENCY_SIGNS: Array = [ - 'accounting', - 'standard', -] - -const CURRENCIES = ['USD', 'GBP', 'ZWD'] - -function test() { - LOCALES.forEach(locale => { - describe(`'${locale}',`, function () { - describe("style: 'currency',", function () { - CURRENCY_DISPLAYS.forEach(currencyDisplay => - describe(`currencyDisplay: '${currencyDisplay}',`, function () { - CURRENCY_SIGNS.forEach(currencySign => - describe(`currencySign: '${currencySign}',`, function () { - SIGN_DISPLAYS.forEach(signDisplay => - describe(`signDisplay: '${signDisplay}',`, function () { - describe(`notation: 'compact',`, function () { - COMPACT_DISPLAYS.forEach(compactDisplay => - describe(`compactDisplay: '${compactDisplay}',`, function () { - CURRENCIES.forEach(currency => - it(`currency: '${currency}',`, function () { - expect( - new NumberFormat(locale, { - style: 'currency', - currency, - currencySign, - currencyDisplay, - signDisplay, - notation: 'compact', - compactDisplay, - }).format(10000) - ).toMatchSnapshot() - }) - ) - }) - ) - }) - }) - ) - }) - ) - }) - ) - }) - }) - }) -} - -// Node v8 does not have format and v12 has native NumberFormat. -describe('Intl.NumberFormat', test) diff --git a/packages/intl-numberformat/tests/currency.test.ts b/packages/intl-numberformat/tests/currency.test.ts deleted file mode 100644 index 1d7d334dfc0..00000000000 --- a/packages/intl-numberformat/tests/currency.test.ts +++ /dev/null @@ -1,110 +0,0 @@ -import '@formatjs/intl-pluralrules/polyfill' -import {NumberFormat} from '../src/core' -import {NumberFormatOptions} from '@formatjs/ecma402-abstract' - -const LOCALES = [ - 'en', - 'en-GB', - 'da', - 'de', - 'es', - 'fr', - 'id', - 'it', - 'ja', - 'ko', - 'ms', - 'nb', - 'nl', - 'pl', - 'pt', - 'ru', - 'sv', - 'th', - 'tr', - 'uk', - 'zh', - 'en-BS', -] - -LOCALES.forEach(locale => { - require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) - NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) -}) - -const SIGN_DISPLAYS: Array = [ - 'auto', - 'always', - 'never', - 'exceptZero', -] -const NOTATIONS: Array = [ - 'engineering', - 'scientific', - 'standard', -] -const COMPACT_DISPLAYS: Array = [ - 'long', - 'short', -] - -const CURRENCY_DISPLAYS: Array = [ - 'code', - 'symbol', - 'name', - 'narrowSymbol', -] - -const CURRENCY_SIGNS: Array = [ - 'accounting', - 'standard', -] - -const CURRENCIES = ['USD', 'GBP', 'ZWD'] - -function test() { - LOCALES.forEach(locale => { - describe(`'${locale}',`, function () { - describe("style: 'currency',", function () { - CURRENCY_DISPLAYS.forEach(currencyDisplay => - describe(`currencyDisplay: '${currencyDisplay}',`, function () { - CURRENCY_SIGNS.forEach(currencySign => - describe(`currencySign: '${currencySign}',`, function () { - SIGN_DISPLAYS.forEach(signDisplay => - describe(`signDisplay: '${signDisplay}',`, function () { - NOTATIONS.forEach(notation => - describe(`notation: '${notation}',`, function () { - COMPACT_DISPLAYS.forEach(compactDisplay => - describe(`compactDisplay: '${compactDisplay}',`, function () { - CURRENCIES.forEach(currency => - it(`currency: '${currency}',`, function () { - expect( - new NumberFormat(locale, { - style: 'currency', - currency, - currencySign, - currencyDisplay, - signDisplay, - notation, - compactDisplay, - }).format(10000) - ).toMatchSnapshot() - }) - ) - }) - ) - }) - ) - }) - ) - }) - ) - }) - ) - }) - }) - }) -} - -// Node v8 does not have format and v12 has native NumberFormat. -describe('Intl.NumberFormat', test) diff --git a/packages/intl-numberformat/tests/currencyTest.ts b/packages/intl-numberformat/tests/currencyTest.ts new file mode 100644 index 00000000000..ec55768377f --- /dev/null +++ b/packages/intl-numberformat/tests/currencyTest.ts @@ -0,0 +1,84 @@ +import {NumberFormatOptions} from '@formatjs/ecma402-abstract' +import '@formatjs/intl-pluralrules/polyfill' +import {NumberFormat} from '../src/core' + +const SIGN_DISPLAYS: Array = [ + 'auto', + 'always', + 'never', + 'exceptZero', +] +const NOTATIONS: Array = [ + 'engineering', + 'scientific', + 'standard', +] +const COMPACT_DISPLAYS: Array = [ + 'long', + 'short', +] + +const CURRENCY_DISPLAYS: Array = [ + 'code', + 'symbol', + 'name', + 'narrowSymbol', +] + +const CURRENCY_SIGNS: Array = [ + 'accounting', + 'standard', +] + +const CURRENCIES = ['USD', 'GBP', 'ZWD'] + +const testCombos: Array = CURRENCIES.flatMap(currency => + CURRENCY_DISPLAYS.flatMap(currencyDisplay => + CURRENCY_SIGNS.flatMap(currencySign => + SIGN_DISPLAYS.flatMap(signDisplay => + NOTATIONS.flatMap(notation => + COMPACT_DISPLAYS.map(compactDisplay => [ + currency, + currencyDisplay, + currencySign, + notation, + signDisplay, + compactDisplay, + ]) + ) + ) + ) + ) +) + +export function test(locale: string) { + describe(`Intl.NumberFormat '${locale}',`, function () { + beforeAll(function () { + require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) + NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) + }) + it.each(testCombos)( + 'currency=%s, currencyDisplay=%s, currencySign=%s, signDisplay=%s, notation=%s, compactDisplay=%s', + ( + currency, + currencyDisplay, + currencySign, + notation, + signDisplay, + compactDisplay + ) => { + const nf = new NumberFormat(locale, { + style: 'currency', + currency, + currencySign, + currencyDisplay, + signDisplay, + notation, + compactDisplay, + }) + expect(nf.format(10000)).toMatchSnapshot() + expect(nf.formatRange(10000, 100000)).toMatchSnapshot() + } + ) + }) +} diff --git a/packages/intl-numberformat/tests/decimal.test.ts b/packages/intl-numberformat/tests/decimal.test.ts deleted file mode 100644 index b85c0effb36..00000000000 --- a/packages/intl-numberformat/tests/decimal.test.ts +++ /dev/null @@ -1,94 +0,0 @@ -import '@formatjs/intl-pluralrules/polyfill' -import {NumberFormat} from '../src/core' -import {NumberFormatOptions} from '@formatjs/ecma402-abstract' - -const LOCALES = [ - 'en', - 'en-GB', - 'da', - 'de', - 'es', - 'fr', - 'id', - 'it', - 'ja', - 'ko', - 'ms', - 'nb', - 'nl', - 'pl', - 'pt', - 'ru', - 'sv', - 'th', - 'tr', - 'uk', - 'zh', - 'en-BS', -] - -LOCALES.forEach(locale => { - require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) - NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) -}) - -const SIGN_DISPLAYS: Array = [ - 'auto', - 'always', - 'never', - 'exceptZero', -] -const NOTATIONS: Array = [ - 'engineering', - 'scientific', - 'compact', - 'standard', -] - -const COMPACT_DISPLAYS: Array = [ - 'long', - 'short', -] - -function test() { - LOCALES.forEach(locale => { - describe(locale, function () { - describe('decimal', function () { - SIGN_DISPLAYS.forEach(signDisplay => - describe(`signDisplay/${signDisplay}`, function () { - NOTATIONS.forEach(notation => - describe(`notation/${notation}`, function () { - COMPACT_DISPLAYS.forEach(compactDisplay => { - const numberFormat = new NumberFormat(locale, { - style: 'decimal', - signDisplay, - notation, - compactDisplay, - }) - it(`compactDisplay/${compactDisplay} formatToPars`, function () { - expect(numberFormat.formatToParts(10000)).toMatchSnapshot() - }) - - it(`compactDisplay/${compactDisplay} formatRange`, function () { - expect( - numberFormat.formatRange(10000, 20000) - ).toMatchSnapshot() - }) - - it(`compactDisplay/${compactDisplay} formatRange`, function () { - expect( - numberFormat.formatRange(10000, 20000) - ).toMatchSnapshot() - }) - }) - }) - ) - }) - ) - }) - }) - }) -} - -// Node v8 does not have formatToParts and v12 has native NumberFormat. -describe('NumberFormat', test) diff --git a/packages/intl-numberformat/tests/decimalTest.ts b/packages/intl-numberformat/tests/decimalTest.ts new file mode 100644 index 00000000000..20e03cbe66a --- /dev/null +++ b/packages/intl-numberformat/tests/decimalTest.ts @@ -0,0 +1,56 @@ +import {NumberFormatOptions} from '@formatjs/ecma402-abstract' +import '@formatjs/intl-pluralrules/polyfill' +import {NumberFormat} from '../src/core' + +const SIGN_DISPLAYS: Array = [ + 'auto', + 'always', + 'never', + 'exceptZero', +] +const NOTATIONS: Array = [ + 'engineering', + 'scientific', + 'compact', + 'standard', +] + +const COMPACT_DISPLAYS: Array = [ + 'long', + 'short', +] + +const testCombos: Array = SIGN_DISPLAYS.flatMap(signDisplay => + NOTATIONS.flatMap(notation => + COMPACT_DISPLAYS.map(compactDisplay => [ + notation, + signDisplay, + compactDisplay, + ]) + ) +) + +export function test(locale: string) { + describe(`Intl.NumberFormat ${locale}`, function () { + beforeAll(function () { + require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) + NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) + }) + it.each(testCombos)( + 'notation=%s, signDisplay=%s, compactDisplay=%s', + (notation, signDisplay, compactDisplay) => { + const numberFormat = new NumberFormat(locale, { + style: 'decimal', + signDisplay, + notation, + compactDisplay, + }) + expect(numberFormat.formatToParts(10000)).toMatchSnapshot() + + expect(numberFormat.formatRange(10000, 20000)).toMatchSnapshot() + + expect(numberFormat.formatRange(10000, 20000)).toMatchSnapshot() + } + ) + }) +} diff --git a/packages/intl-numberformat/tests/misc.test.ts b/packages/intl-numberformat/tests/misc.test.ts index b5e359a294e..800ac36b467 100644 --- a/packages/intl-numberformat/tests/misc.test.ts +++ b/packages/intl-numberformat/tests/misc.test.ts @@ -37,7 +37,7 @@ LOCALES.forEach(locale => { // Replicate Google Chrome's behavior: when there is a compact pattern, drop the percentage sign. // For example, 10000 is formatted to "1M" (10000 * 100 = 1M). -it('formats percentage with comapct notation', () => { +it('formats percentage with compact notation', () => { expect( NumberFormat('en-BS', { style: 'percent', diff --git a/packages/intl-numberformat/tests/percent.test.ts b/packages/intl-numberformat/tests/percent.test.ts deleted file mode 100644 index 6036254c2b7..00000000000 --- a/packages/intl-numberformat/tests/percent.test.ts +++ /dev/null @@ -1,94 +0,0 @@ -import '@formatjs/intl-pluralrules/polyfill' -import {NumberFormat} from '../src/core' -import {NumberFormatOptions} from '@formatjs/ecma402-abstract' - -const LOCALES = [ - 'en', - 'en-GB', - 'da', - 'de', - 'es', - 'fr', - 'id', - 'it', - 'ja', - 'ko', - 'ms', - 'nb', - 'nl', - 'pl', - 'pt', - 'ru', - 'sv', - 'th', - 'tr', - 'uk', - 'zh', - 'en-BS', -] - -LOCALES.forEach(locale => { - require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) - NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) -}) - -const SIGN_DISPLAYS: Array = [ - 'auto', - 'always', - 'never', - 'exceptZero', -] -const NOTATIONS: Array = [ - 'engineering', - 'scientific', - 'compact', - 'standard', -] - -const COMPACT_DISPLAYS: Array = [ - 'long', - 'short', -] - -function test() { - LOCALES.forEach(locale => { - describe(locale, function () { - describe('percent', function () { - SIGN_DISPLAYS.forEach(signDisplay => - describe(`signDisplay/${signDisplay}`, function () { - NOTATIONS.forEach(notation => - describe(`notation/${notation}`, function () { - COMPACT_DISPLAYS.forEach(compactDisplay => { - const numberFormat = new NumberFormat(locale, { - style: 'percent', - signDisplay, - notation, - compactDisplay, - }) - it(`compactDisplay/${compactDisplay} formatToParts`, function () { - expect(numberFormat.formatToParts(10000)).toMatchSnapshot() - }) - - it(`compactDisplay/${compactDisplay} formatRange`, function () { - expect( - numberFormat.formatRange(10000, 20000) - ).toMatchSnapshot() - }) - - it(`compactDisplay/${compactDisplay} formatRangeToParts`, function () { - expect( - numberFormat.formatRangeToParts(10000, 20000) - ).toMatchSnapshot() - }) - }) - }) - ) - }) - ) - }) - }) - }) -} - -// Node v8 does not have formatToParts and v12 has native NumberFormat. -describe('NumberFormat', test) diff --git a/packages/intl-numberformat/tests/percentTest.ts b/packages/intl-numberformat/tests/percentTest.ts new file mode 100644 index 00000000000..18927487d93 --- /dev/null +++ b/packages/intl-numberformat/tests/percentTest.ts @@ -0,0 +1,56 @@ +import {NumberFormatOptions} from '@formatjs/ecma402-abstract' +import '@formatjs/intl-pluralrules/polyfill' +import {NumberFormat} from '../src/core' + +const SIGN_DISPLAYS: Array = [ + 'auto', + 'always', + 'never', + 'exceptZero', +] +const NOTATIONS: Array = [ + 'engineering', + 'scientific', + 'compact', + 'standard', +] + +const COMPACT_DISPLAYS: Array = [ + 'long', + 'short', +] + +const testCombos: Array = SIGN_DISPLAYS.flatMap(signDisplay => + NOTATIONS.flatMap(notation => + COMPACT_DISPLAYS.map(compactDisplay => [ + notation, + signDisplay, + compactDisplay, + ]) + ) +) + +export function test(locale: string) { + describe(`Intl.NumberFormat ${locale}`, function () { + beforeAll(function () { + require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) + NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) + }) + it.each(testCombos)( + 'notation=%s, signDisplay=%s, compactDisplay=%s', + (notation, signDisplay, compactDisplay) => { + const numberFormat = new NumberFormat(locale, { + style: 'percent', + signDisplay, + notation, + compactDisplay, + }) + expect(numberFormat.formatToParts(10000)).toMatchSnapshot() + + expect(numberFormat.formatRange(10000, 20000)).toMatchSnapshot() + + expect(numberFormat.formatRangeToParts(10000, 20000)).toMatchSnapshot() + } + ) + }) +} diff --git a/packages/intl-numberformat/tests/unit.test.ts b/packages/intl-numberformat/tests/unit.test.ts deleted file mode 100644 index f1190a4df03..00000000000 --- a/packages/intl-numberformat/tests/unit.test.ts +++ /dev/null @@ -1,120 +0,0 @@ -import {NumberFormatOptions} from '@formatjs/ecma402-abstract' -import '@formatjs/intl-pluralrules/polyfill' -import {NumberFormat} from '../src/core' - -const LOCALES = [ - 'en', - 'en-GB', - 'da', - 'de', - 'es', - 'fr', - 'id', - 'it', - 'ja', - 'ko', - 'ms', - 'nb', - 'nl', - 'pl', - 'pt', - 'ru', - 'sv', - 'th', - 'tr', - 'uk', - 'zh', - 'en-BS', -] - -LOCALES.forEach(locale => { - require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) - NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) -}) - -const SIGN_DISPLAYS: Array = [ - 'auto', - 'always', - 'never', - 'exceptZero', -] -const NOTATIONS: Array = [ - 'engineering', - 'scientific', - 'compact', - 'standard', -] -const UNIT_DISPLAYS: Array = [ - 'long', - 'short', - 'narrow', -] -const COMPACT_DISPLAYS: Array = [ - 'long', - 'short', -] - -const testCombos: Array = LOCALES.flatMap(locale => - UNIT_DISPLAYS.flatMap(unit => - SIGN_DISPLAYS.flatMap(sign => - NOTATIONS.map(notation => - COMPACT_DISPLAYS.flatMap(compactDisplay => [ - locale, - unit, - sign, - notation, - compactDisplay, - ]) - ) - ) - ) -) - -// Node v8 does not have formatToParts and v12 has native NumberFormat. -describe('NumberFormat', () => { - it.each(testCombos)( - 'NumberFormat %s, unitDisplay=%s, signDisplay=%s, notation=%s, compactDisplay=%s', - (locale, unitDisplay, signDisplay, notation, compactDisplay) => { - const numberFormatBit = new NumberFormat(locale, { - style: 'unit', - unit: 'bit', - unitDisplay, - signDisplay, - notation, - compactDisplay, - }) - const numberFormatCelsius = new NumberFormat(locale, { - style: 'unit', - unit: 'celsius', - unitDisplay, - signDisplay, - notation, - compactDisplay, - }) - const numberFormatGallon = new NumberFormat(locale, { - style: 'unit', - unit: 'gallon', - unitDisplay, - signDisplay, - notation, - compactDisplay, - }) - - expect(numberFormatBit.formatToParts(10000)).toMatchSnapshot() - expect(numberFormatCelsius.formatToParts(10000)).toMatchSnapshot() - expect(numberFormatGallon.formatToParts(10000)).toMatchSnapshot() - - expect(numberFormatBit.formatRange(10000, 20000)).toMatchSnapshot() - expect(numberFormatCelsius.formatRange(10000, 20000)).toMatchSnapshot() - expect(numberFormatGallon.formatRange(10000, 20000)).toMatchSnapshot() - - expect(numberFormatBit.formatRangeToParts(10000, 20000)).toMatchSnapshot() - expect( - numberFormatCelsius.formatRangeToParts(10000, 20000) - ).toMatchSnapshot() - expect( - numberFormatGallon.formatRangeToParts(10000, 20000) - ).toMatchSnapshot() - } - ) -}) diff --git a/packages/intl-numberformat/tests/unitTest.ts b/packages/intl-numberformat/tests/unitTest.ts new file mode 100644 index 00000000000..d9be9aefaf6 --- /dev/null +++ b/packages/intl-numberformat/tests/unitTest.ts @@ -0,0 +1,94 @@ +import {NumberFormatOptions} from '@formatjs/ecma402-abstract' +import '@formatjs/intl-pluralrules/polyfill' +import {NumberFormat} from '../src/core' + +const SIGN_DISPLAYS: Array = [ + 'auto', + 'always', + 'never', + 'exceptZero', +] +const NOTATIONS: Array = [ + 'engineering', + 'scientific', + 'compact', + 'standard', +] +const UNIT_DISPLAYS: Array = [ + 'long', + 'short', + 'narrow', +] +const COMPACT_DISPLAYS: Array = [ + 'long', + 'short', +] + +const testCombos: Array = UNIT_DISPLAYS.flatMap(unit => + SIGN_DISPLAYS.flatMap(sign => + NOTATIONS.map(notation => + COMPACT_DISPLAYS.flatMap(compactDisplay => [ + unit, + sign, + notation, + compactDisplay, + ]) + ) + ) +) + +export function test(locale: string) { + describe(`Intl.NumberFormat ${locale}`, function () { + beforeAll(function () { + require(`@formatjs/intl-pluralrules/locale-data/${locale.split('-')[0]}`) + NumberFormat.__addLocaleData(require(`./locale-data/${locale}.json`)) + }) + it.each(testCombos)( + 'NumberFormat %s, unitDisplay=%s, signDisplay=%s, notation=%s, compactDisplay=%s', + (unitDisplay, signDisplay, notation, compactDisplay) => { + const numberFormatBit = new NumberFormat(locale, { + style: 'unit', + unit: 'bit', + unitDisplay, + signDisplay, + notation, + compactDisplay, + }) + const numberFormatCelsius = new NumberFormat(locale, { + style: 'unit', + unit: 'celsius', + unitDisplay, + signDisplay, + notation, + compactDisplay, + }) + const numberFormatGallon = new NumberFormat(locale, { + style: 'unit', + unit: 'gallon', + unitDisplay, + signDisplay, + notation, + compactDisplay, + }) + + expect(numberFormatBit.formatToParts(10000)).toMatchSnapshot() + expect(numberFormatCelsius.formatToParts(10000)).toMatchSnapshot() + expect(numberFormatGallon.formatToParts(10000)).toMatchSnapshot() + + expect(numberFormatBit.formatRange(10000, 20000)).toMatchSnapshot() + expect(numberFormatCelsius.formatRange(10000, 20000)).toMatchSnapshot() + expect(numberFormatGallon.formatRange(10000, 20000)).toMatchSnapshot() + + expect( + numberFormatBit.formatRangeToParts(10000, 20000) + ).toMatchSnapshot() + expect( + numberFormatCelsius.formatRangeToParts(10000, 20000) + ).toMatchSnapshot() + expect( + numberFormatGallon.formatRangeToParts(10000, 20000) + ).toMatchSnapshot() + } + ) + }) +} diff --git a/packages/intl-pluralrules/CHANGELOG.md b/packages/intl-pluralrules/CHANGELOG.md index 5b66f163ce2..f8ff2bc7ff0 100644 --- a/packages/intl-pluralrules/CHANGELOG.md +++ b/packages/intl-pluralrules/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.3.2...@formatjs/intl-pluralrules@5.3.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-pluralrules + ## [5.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.3.1...@formatjs/intl-pluralrules@5.3.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-pluralrules diff --git a/packages/intl-pluralrules/package.json b/packages/intl-pluralrules/package.json index 9d6a8871509..423c7112754 100644 --- a/packages/intl-pluralrules/package.json +++ b/packages/intl-pluralrules/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-pluralrules", - "version": "5.3.2", + "version": "5.3.3", "description": "Polyfill for Intl.PluralRules", "keywords": [ "polyfill", diff --git a/packages/intl-relativetimeformat/CHANGELOG.md b/packages/intl-relativetimeformat/CHANGELOG.md index d34311b5c73..375a415c9c8 100644 --- a/packages/intl-relativetimeformat/CHANGELOG.md +++ b/packages/intl-relativetimeformat/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.4.2...@formatjs/intl-relativetimeformat@11.4.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-relativetimeformat + ## [11.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.4.1...@formatjs/intl-relativetimeformat@11.4.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-relativetimeformat diff --git a/packages/intl-relativetimeformat/package.json b/packages/intl-relativetimeformat/package.json index a4c4b91efc6..99a3754b92a 100644 --- a/packages/intl-relativetimeformat/package.json +++ b/packages/intl-relativetimeformat/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-relativetimeformat", - "version": "11.4.2", + "version": "11.4.3", "description": "Formats JavaScript dates to relative time strings.", "keywords": [ "intl", diff --git a/packages/intl-segmenter/CHANGELOG.md b/packages/intl-segmenter/CHANGELOG.md index 9521ccf6230..ec3c512d526 100644 --- a/packages/intl-segmenter/CHANGELOG.md +++ b/packages/intl-segmenter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.7.2...@formatjs/intl-segmenter@11.7.3) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl-segmenter + ## [11.7.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.7.1...@formatjs/intl-segmenter@11.7.2) (2024-11-02) **Note:** Version bump only for package @formatjs/intl-segmenter diff --git a/packages/intl-segmenter/package.json b/packages/intl-segmenter/package.json index 464d7bbcce9..a7cd0b33b70 100644 --- a/packages/intl-segmenter/package.json +++ b/packages/intl-segmenter/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl-segmenter", - "version": "11.7.2", + "version": "11.7.3", "description": "Polyfill for Intl.Segmenter", "keywords": [ "intl", diff --git a/packages/intl/CHANGELOG.md b/packages/intl/CHANGELOG.md index dd0082441bc..83d5c5c39cd 100644 --- a/packages/intl/CHANGELOG.md +++ b/packages/intl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.13](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.10.12...@formatjs/intl@2.10.13) (2024-11-04) + +**Note:** Version bump only for package @formatjs/intl + ## [2.10.12](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.10.11...@formatjs/intl@2.10.12) (2024-11-02) **Note:** Version bump only for package @formatjs/intl diff --git a/packages/intl/package.json b/packages/intl/package.json index 5a528e232b4..2afec0bf2f7 100644 --- a/packages/intl/package.json +++ b/packages/intl/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/intl", - "version": "2.10.12", + "version": "2.10.13", "description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.", "keywords": [ "intl", diff --git a/packages/react-intl/CHANGELOG.md b/packages/react-intl/CHANGELOG.md index 439515ae63e..eac1650c3ae 100644 --- a/packages/react-intl/CHANGELOG.md +++ b/packages/react-intl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.8.6](https://github.com/formatjs/formatjs/compare/react-intl@6.8.5...react-intl@6.8.6) (2024-11-04) + +**Note:** Version bump only for package react-intl + ## [6.8.5](https://github.com/formatjs/formatjs/compare/react-intl@6.8.4...react-intl@6.8.5) (2024-11-02) ### Bug Fixes diff --git a/packages/react-intl/example-sandboxes/strict-locale-type/package-lock.json b/packages/react-intl/example-sandboxes/strict-locale-type/package-lock.json index 5b1278d04f0..9b26553738a 100644 --- a/packages/react-intl/example-sandboxes/strict-locale-type/package-lock.json +++ b/packages/react-intl/example-sandboxes/strict-locale-type/package-lock.json @@ -2437,37 +2437,30 @@ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" }, "@types/prop-types": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz", - "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==", + "version": "15.7.13", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", + "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", "dev": true }, "@types/react": { - "version": "17.0.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.20.tgz", - "integrity": "sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "dev": true, "requires": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, "@types/react-dom": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.9.tgz", - "integrity": "sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", "dev": true, "requires": { "@types/react": "*" } }, - "@types/scheduler": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", - "dev": true - }, "abab": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", @@ -3189,9 +3182,9 @@ } }, "csstype": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz", - "integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "dev": true }, "dashdash": { @@ -3335,9 +3328,9 @@ "integrity": "sha512-goyjNx4wB9j911PBteb+AXNbErug7rJVkmDXWdw5SCVn2JlARBwsqucPkvp1h5mXWxHUbBRK3bwXTrqSxSiAIQ==" }, "elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", diff --git a/packages/react-intl/package.json b/packages/react-intl/package.json index a123c17480e..893bc5c9150 100644 --- a/packages/react-intl/package.json +++ b/packages/react-intl/package.json @@ -1,6 +1,6 @@ { "name": "react-intl", - "version": "6.8.5", + "version": "6.8.6", "description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.", "keywords": [ "intl", diff --git a/packages/swc-plugin/CHANGELOG.md b/packages/swc-plugin/CHANGELOG.md index 8b56a762b87..7570fb1516f 100644 --- a/packages/swc-plugin/CHANGELOG.md +++ b/packages/swc-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.23](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.5.22...@formatjs/swc-plugin@1.5.23) (2024-11-04) + +**Note:** Version bump only for package @formatjs/swc-plugin + ## [1.5.22](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.5.21...@formatjs/swc-plugin@1.5.22) (2024-11-02) ### Bug Fixes diff --git a/packages/swc-plugin/package.json b/packages/swc-plugin/package.json index 27aa4644c77..219b26df62a 100644 --- a/packages/swc-plugin/package.json +++ b/packages/swc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/swc-plugin", - "version": "1.5.22", + "version": "1.5.23", "description": "SWC plugin for formatjs", "main": "index.js", "types": "index.d.ts", diff --git a/packages/ts-transformer/CHANGELOG.md b/packages/ts-transformer/CHANGELOG.md index bbcb92cf72a..01bbbc5f768 100644 --- a/packages/ts-transformer/CHANGELOG.md +++ b/packages/ts-transformer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.22](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.13.21...@formatjs/ts-transformer@3.13.22) (2024-11-04) + +**Note:** Version bump only for package @formatjs/ts-transformer + ## [3.13.21](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.13.20...@formatjs/ts-transformer@3.13.21) (2024-11-02) ### Bug Fixes diff --git a/packages/ts-transformer/package.json b/packages/ts-transformer/package.json index ad7662d51ac..96510e83bec 100644 --- a/packages/ts-transformer/package.json +++ b/packages/ts-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@formatjs/ts-transformer", - "version": "3.13.21", + "version": "3.13.22", "description": "TS Compiler transformer for formatjs", "main": "index.js", "types": "index.d.ts", diff --git a/packages/vue-intl/CHANGELOG.md b/packages/vue-intl/CHANGELOG.md index bd9bc9c5249..88654f76d43 100644 --- a/packages/vue-intl/CHANGELOG.md +++ b/packages/vue-intl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.11](https://github.com/formatjs/formatjs/compare/vue-intl@6.5.10...vue-intl@6.5.11) (2024-11-04) + +**Note:** Version bump only for package vue-intl + ## [6.5.10](https://github.com/formatjs/formatjs/compare/vue-intl@6.5.9...vue-intl@6.5.10) (2024-11-02) **Note:** Version bump only for package vue-intl diff --git a/packages/vue-intl/package.json b/packages/vue-intl/package.json index ead86f26087..46be07a86c4 100644 --- a/packages/vue-intl/package.json +++ b/packages/vue-intl/package.json @@ -1,6 +1,6 @@ { "name": "vue-intl", - "version": "6.5.10", + "version": "6.5.11", "description": "formatjs intl binding for vue", "main": "index.js", "repository": { diff --git a/website/docs/polyfills/intl-durationformat.md b/website/docs/polyfills/intl-durationformat.md index 00c19cb1f01..71dba14194c 100644 --- a/website/docs/polyfills/intl-durationformat.md +++ b/website/docs/polyfills/intl-durationformat.md @@ -43,15 +43,6 @@ yarn add @formatjs/intl-durationformat ## Usage -### Via polyfill-fastly.io - -You can use [polyfill-fastly.io URL Builder](https://polyfill-fastly.io/) to create a polyfill script tag for `Intl.DurationFormat`. - -```html - - -``` - ### Simple ```tsx pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy